Commit History

Author SHA1 Message Date
  antirez d57ac2c872 Use cached time in expireCommand() 9 years ago
  antirez 27db456332 Update cached time during slow scripts & transactions 9 years ago
  antirez e64d089089 Less gettimeofday() calls in activeExpireCycle(). 9 years ago
  antirez db5cdb174b Avoid gettimeofday() in expireIfNeeded() when possible. 9 years ago
  antirez 1200bbafd1 A way to disable time accounting in call(). 9 years ago
  antirez 7af420e78d Merge branch 'unstable' of github.com:/antirez/redis into unstable 9 years ago
  antirez 9e7f39d29d Add header guard for ziplist.h 9 years ago
  Salvatore Sanfilippo fe0d71d52f Merge pull request #2550 from badboy/readme-fixes 9 years ago
  antirez c806dd799b Fix Sentinel memory leak (hiredis bug) 9 years ago
  Jan-Erik Rediger fb53288110 One more small fix 9 years ago
  Jan-Erik Rediger 3ff49afff1 Fix spelling and grammatical errors in readme 9 years ago
  antirez 1b25757f41 sha1.c: use standard uint32_t. 9 years ago
  antirez 1d6eb701d8 Merge branch 'unstable' of github.com:/antirez/redis into unstable 9 years ago
  antirez 1a93501f8b Example redis.conf doc about pidfile fixed. 9 years ago
  Salvatore Sanfilippo b100fee900 Merge pull request #2539 from itamarhaber/patch-4 9 years ago
  Itamar Haber 066d7a29eb Added reference to IANA ticket for port 6379 9 years ago
  antirez 6c60526db9 Net: improve prepareClientToWrite() error handling and comments. 9 years ago
  Salvatore Sanfilippo d5a35c3946 Merge pull request #2485 from oranagra/diskless-repl-fixes 9 years ago
  antirez 386804246f Test: be more patient waiting for servers to exit. 9 years ago
  Oran Agra 159875b5a3 fixes to diskless replication. 9 years ago
  antirez 66f9393ee4 Fix setTypeNext call assuming NULL can be passed. 9 years ago
  antirez 65090401b7 Sentinel / Cluster test: exit with non-zero error code on failures. 9 years ago
  antirez 7f330b16f9 Set: setType*() API more defensive initializing both values. 9 years ago
  antirez 34460dd6ee Check bio.c job type at thread startup. 9 years ago
  antirez 221d2932b5 Ensure array index is in range in addReplyLongLongWithPrefix(). 9 years ago
  antirez 37260bc3be Test: regression for issue #2473. 9 years ago
  antirez 068d3c9737 dict.c: convert types to unsigned long where appropriate. 9 years ago
  antirez 9cd8333ed2 dict.c: add casting to avoid compilation warning. 9 years ago
  antirez c3ad70901f Replication: disconnect blocked clients when switching to slave role. 9 years ago
  antirez 9b7f8b1c9b Cluster: redirection refactoring + handling of blocked clients. 9 years ago