summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-05-26 18:10:50 +0200
committerantirez <antirez@gmail.com>2009-05-26 18:10:50 +0200
commitd7fc9edb182d361ac5c31b21fcdd25345c972898 (patch)
treedfd98d0c2e5a8d59756071a9568b52a2bfad8e62 /Changelog
parente083d7526209d0faf2ac0fabbc1a1e59b9974ce2 (diff)
downloadredis-d7fc9edb182d361ac5c31b21fcdd25345c972898.tar.gz
client libraries synched in git
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 4a26c5a22..94d43a3dd 100644
--- 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