]> git.saurik.com Git - redis.git/blobdiff - Changelog
client libraries synched in git
[redis.git] / Changelog
index 4a26c5a223cb77edbc364ca81a214c9a00d874a1..94d43a3dd95a09cae920b8d03ca256146e573367 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+2009-05-26 ignore gcc warning about write() return code not checked. It is esplicitily this way since the "max number of clients reached" is a best-effort error
+2009-05-26 max bytes of a received command enlarged from 1k to 16k
+2009-05-26 RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux
 2009-05-25 maxclients implemented, see redis.conf for details
 2009-05-25 INFO command now reports replication info
 2009-05-25 minor fix to RubyRedis about bulk commands sent without arguments