summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-05-26 01:12:46 +0200
committerantirez <antirez@gmail.com>2009-05-26 01:12:46 +0200
commita56785f73cc3a2e09571f46941caf56133551400 (patch)
tree879304f1e90373c09a615d1d4808879b2633efa2 /Changelog
parent285add5558c8d6cd6f6e659fbfcbc06af165218f (diff)
downloadredis-a56785f73cc3a2e09571f46941caf56133551400.tar.gz
RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 6e4d93a1b..4a26c5a22 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+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
2009-05-24 Warns if using the default config
2009-05-24 Issue with redis-client used in scripts solved, now to check if the latest argument must come from standard input we do not check that stdin is or not a tty but the command arity
2009-05-23 RubyRedis: now sets are returned as arrays again, and not as Set objects