mirror of
https://github.com/fluencelabs/redis
synced 2025-04-29 20:42:13 +00:00
Redis 2.4.9
This commit is contained in:
parent
8122954b9a
commit
1dfe75a09b
@ -18,6 +18,18 @@ to modify your program in order to use Redis 2.4.
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
What's new in Redis 2.4.9
|
||||||
|
=========================
|
||||||
|
|
||||||
|
UPGRADE URGENCY: low. Mostly new features and minor bug fixing.
|
||||||
|
|
||||||
|
* [FEATURE] Redis server is now able to test your memory for broken RAM.
|
||||||
|
Usage: ./redis-server --test-memory <megabytes>.
|
||||||
|
* [FEATURE] redis-benchmark backported from unstable. Pipelining, run selected
|
||||||
|
tests, and a few more features.
|
||||||
|
* [BUGFIX] utils/install_server.sh script now works on Redhat / Centos.
|
||||||
|
* [BUGFIX] Minor fix to redis-cli (github issue #306).
|
||||||
|
|
||||||
What's new in Redis 2.4.8
|
What's new in Redis 2.4.8
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define REDIS_VERSION "2.4.8"
|
#define REDIS_VERSION "2.4.9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user