X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/77b78dc401fc6fc144f43b740047cc09d8ab93fe..16edf32dc3eeacb718046f954621b3574abafaa9:/Changelog diff --git a/Changelog b/Changelog index 94d43a3d..124053eb 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2009-05-26 Redis 0.100 released +2009-05-26 client libraries synched in git 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