]> git.saurik.com Git - redis.git/blobdiff - Changelog
initial multi-bulk query protocol, this will allow MSET and other interesting features.
[redis.git] / Changelog
index 12fdc3873a6e8a1afceb4ce6594ab7d2cadb577d..fa9174cd504d8a750d7383099e7ca1a1fc0e3172 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,13 @@
+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
+2009-09-02 update-scala-client script added
+2009-09-02 Scala client added thanks to Alejanro Crosa
 2009-09-02 QuickStart added
 2009-09-01 Fixed crash with only space and newline as command (issue 61), thanks to a guy having as nick "fixxxerrr"
 2009-08-11 TODO list modified