]> git.saurik.com Git - redis.git/blobdiff - Changelog
GETSET command doc added
[redis.git] / Changelog
index 50f10d2c50f407bdb1316d86be9c07be364fed65..bdd99731fbf8a0d8bc30c6d4515859be30c60c4a 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+2009-04-28 GETSET tests
+2009-04-28 GETSET implemented
+2009-04-27 ability to specify a different file name for the DB
 2009-04-27 log file parsing code improved a bit
 2009-04-27 bgsave_in_progress field in INFO output
 2009-04-27 INCRBY/DECRBY now support 64bit increments, with tests