diff options
author | antirez <antirez@gmail.com> | 2009-05-26 01:12:46 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-05-26 01:12:46 +0200 |
commit | a56785f73cc3a2e09571f46941caf56133551400 (patch) | |
tree | 879304f1e90373c09a615d1d4808879b2633efa2 /Changelog | |
parent | 285add5558c8d6cd6f6e659fbfcbc06af165218f (diff) | |
download | redis-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-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |