summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-03-15 18:28:12 +0100
committerantirez <antirez@gmail.com>2010-03-15 18:28:12 +0100
commitbae2c7ec6b2a65218b6c5b3d6f434325ef58edc6 (patch)
tree5bd10f73dd8b3d997b0b6f2eca5c37edd404ed51 /Changelog
parent55a8298fcf59f235a1398bfb2207f510119de5e6 (diff)
downloadredis-bae2c7ec6b2a65218b6c5b3d6f434325ef58edc6.tar.gz
zipmap to hash conversion in HSET
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 8f1870ce9..3154cf53a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+2010-03-14 max zipmap entries and max zipmap value parameters added into INFO output
+2010-03-14 HDEL and some improvement in DEBUG OBJECT command
+2010-03-14 Append only file support for hashes
+2010-03-13 utility to check rdb files for unprocessable opcodes
+2010-03-12 A minor fix and a few debug messages removed
2010-03-12 Applied the replication bug patch provided by Jeremy Zawodny, removing temp file collision after the slave got the dump.rdb file in the SYNC stage
2010-03-11 Fix for HGET against non Hash type, debug messages used to understand a bit better a corrupted rdb file
2010-03-09 fix: use zmalloc instead of malloc