diff options
author | antirez <antirez@gmail.com> | 2009-10-02 10:23:25 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-10-02 10:23:25 +0200 |
commit | 0ea663ea01e6cf6b552e99e3416a38ccb56b0a5f (patch) | |
tree | 746fc2d5b0b1ecc8a4d8368194a2415981062f20 /Changelog | |
parent | 724a51b1a95b9e6a6937ac363e11df647829d4c6 (diff) | |
download | redis-0ea663ea01e6cf6b552e99e3416a38ccb56b0a5f.tar.gz |
Issue 69 fixed. Object integer encoding now works with replication and MONITORing again.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-09-18 LREM fixed, used to crash since the new object integer encoding is on the stage +2009-09-17 maxmemory didn't worked in 64 systems for values > 4GB since it used to be an unsigned int. Fixed +2009-09-10 incremented version number to 1.001, AKA Redis edge is no longer stable... +2009-09-10 in-memory specialized object encoding (for now 32 signed integers only) +2009-09-03 Latest doc changes for 1.0 2009-09-03 Redis 1.0.0 release 2009-09-02 Redis version pushed to 1.0 2009-09-02 Ruby client lib updated to the latest git version |