Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 1dfe75a

Browse files
committed
Redis 2.4.9
1 parent 8122954 commit 1dfe75a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

00-RELEASENOTES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ to modify your program in order to use Redis 2.4.
1818
CHANGELOG
1919
---------
2020

21+
What's new in Redis 2.4.9
22+
=========================
23+
24+
UPGRADE URGENCY: low. Mostly new features and minor bug fixing.
25+
26+
* [FEATURE] Redis server is now able to test your memory for broken RAM.
27+
Usage: ./redis-server --test-memory <megabytes>.
28+
* [FEATURE] redis-benchmark backported from unstable. Pipelining, run selected
29+
tests, and a few more features.
30+
* [BUGFIX] utils/install_server.sh script now works on Redhat / Centos.
31+
* [BUGFIX] Minor fix to redis-cli (github issue #306).
32+
2133
What's new in Redis 2.4.8
2234
=========================
2335

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "2.4.8"
1+
#define REDIS_VERSION "2.4.9"

0 commit comments

Comments
 (0)