Redis 2.4.16

This commit is contained in:
antirez
2012-08-01 11:59:08 +02:00
parent 95bf36fc66
commit 2a18c2c416
2 changed files with 9 additions and 1 deletions

View File

@ -18,6 +18,14 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
What's new in Redis 2.4.16
==========================
* INFO command now shows slaves with the correct port number, assuming you
use 2.4.16 or greater as slave as well. This makes Redis 2.4.16 compatible
with Redis Sentinel. This fix required the introduction of a new internal
command called REPLCONF, see commit b998ebe for more information.
What's new in Redis 2.4.15
==========================

View File

@ -1 +1 @@
#define REDIS_VERSION "2.4.15"
#define REDIS_VERSION "2.4.16"