Commit History

Author SHA1 Message Date
  antirez ca9d961073 CONFIG GET/SET dir implemented 14 years ago
  antirez 2446fbb3bb Merge remote branch 'pietern/2.2-brpoplpush' into 2.2 14 years ago
  antirez 970e813be2 Fix for the previous port 0 patch, thanks to Pieter for noticing the error 14 years ago
  antirez a36d524562 If port zero is specified, Redis will not listen for TCP connections 14 years ago
  Pieter Noordhuis bbaf76ea2f Clarify comment 14 years ago
  Pieter Noordhuis 669f302e16 Reply with single null bulk for unsuccesful BRPOPLPUSH 14 years ago
  antirez 71791e7a8e propagate key eviction to slaves and AOF, like for expires, so that replicas and AOFs are always consistent even in maxmemory mode. 14 years ago
  antirez 2f91d7ada4 add tarball script added 14 years ago
  antirez 5ef8f9531d other minor README changes 14 years ago
  antirez 3ce30a6906 README updated 14 years ago
  antirez 65e79a8272 release noted updated, version bumped to 2.1.12 (2.2.0 RC4) 14 years ago
  antirez ef8bc13d0d Merge branch '2.2' of github.com:antirez/redis into 2.2 14 years ago
  antirez 0ffeadd290 portability fix in redis benchmark, using zu format specified with size_t instead of lu 14 years ago
  antirez db0e263b42 Fixed issue #435 and at the same time introduced explicit ping in the master-slave channel that will detect a blocked master or a broken even if apparently connected TCP link. 14 years ago
  antirez d526d09e41 Merge branch '2.2' of github.com:antirez/redis into 2.2 14 years ago
  antirez 9738e587da Fixed compilation on FreeBSD 14 years ago
  antirez da67b5f59a typo fixed in release notes for 2.2.0 RC3 14 years ago
  antirez 825d2904d1 release notes updated for 2.2.0 RC3 14 years ago
  Pieter Noordhuis 3becef9ee6 Reverse commits changing sorted set code for 2.2 14 years ago
  antirez 2ccf6e81a6 version bumped to 2.1.11 14 years ago
  Pieter Noordhuis e18b59ae7e Remove client from list of unblocked clients when it is free'd 14 years ago
  Pieter Noordhuis 8ff1353766 Merge branch '2.2' of git://github.com/antirez/redis into 2.2 14 years ago
  antirez 99677e89d0 default hash encoding settings also fixed in redis.conf 14 years ago
  antirez f43502fb0e lame typo causing bad hashes memory characteristic 14 years ago
  antirez ebb07fb4bb implemented two new INFO fields showing the size of clients max input and output buffers. 14 years ago
  antirez c13c4080e5 useless expression removed in zmalloc.c 14 years ago
  antirez 360664c9c8 master-slave replication fixed, it was not listing any key using KEYS command in the slave. 14 years ago
  Pieter Noordhuis 7ac1b364fe Merge branch 'zset-range' into 2.2 14 years ago
  Pieter Noordhuis 1b2b8cbbde Compiler should decide on inlining 14 years ago
  antirez f487bbbfe2 allocation stats in INFO 14 years ago