Commit History

Author SHA1 Message Date
  antirez 4433f5a7f2 AOF rewrite: set iterator var to NULL when freed. 10 years ago
  antirez b3bf7584b0 Cluster/Sentinel test: also pause on abort_sentinel_test call. 10 years ago
  antirez a5bb0a0774 Cluster/Sentinel test: pause on exceptions as well. 10 years ago
  antirez 2601e3e461 Cluster: node deletion cleanup / centralization. 10 years ago
  antirez 59ad6ac5fe Cluster: set the slaves->slaveof filed to NULL when master is freed. 10 years ago
  Matt Stancliff 491d57abaa Add --track-origins=yes to valgrind 10 years ago
  Matt Stancliff b0146aafeb Tell sentinel/cluster tests to allow valgrind 10 years ago
  antirez 92cfab44b2 Fix gcc warning for lack of casting to char pointer. 10 years ago
  antirez e467cf5db3 luaRedisGenericCommand(): log error at WARNING level when re-entered. 10 years ago
  antirez bc8675612f luaRedisGenericCommand() recursion: just return an error. 10 years ago
  antirez 839767ad0b Panic on recursive calls to luaRedisGenericCommand(). 10 years ago
  antirez cf76af6b9f Cluster: fetch my IP even if msg is not MEET for the first time. 10 years ago
  antirez 5b0f4a83ac Cluster: clusterMsgDataGossip structure, explict padding + minor stuff. 10 years ago
  antirez 237ab727b9 Suppress valgrind error about write sending uninitialized data. 10 years ago
  antirez f08586347d Revert "Use REDIS_SUPERVISED_NONE instead of 0." 10 years ago
  antirez 2c925b0c30 Use REDIS_SUPERVISED_NONE instead of 0. 10 years ago
  antirez 10007cb78c Merge branch 'unstable' of github.com:/antirez/redis into unstable 10 years ago
  Salvatore Sanfilippo e6416ca71c Merge pull request #2266 from mattsta/improve/supervised/startup 10 years ago
  antirez 6274a6789d Cluster: initialize mf_end. 10 years ago
  Matt Stancliff eb7d67a3ab Remove RDB AUX memory leaks 10 years ago
  Matt Stancliff 36a3b75355 Supervise redis processes only if configured 10 years ago
  Matt Stancliff 5e8b7e4f35 Define default pidfile when creating pid 10 years ago
  rebx e6d499a446 Create PID file even if in foreground 12 years ago
  antirez 0d22121c27 Add "-lrt" in Makefile for Solaris. 10 years ago
  antirez 792a94153a Check for __sun macro in solarisfixes.h, not in includers. 10 years ago
  antirez f3fd58eb4a Cluster test: also write from Lua script in resharding test. 10 years ago
  antirez da95d22ad2 Prevent Lua scripts from violating Redis Cluster keyspace access rules. 10 years ago
  Salvatore Sanfilippo 1019c72930 Merge pull request #2265 from mattsta/fix/trib/create 10 years ago
  Matt Stancliff bf58f8b513 Remove end of line whitespace from redis-trib 10 years ago
  Matt Stancliff 1c477f62bc Fix redis-trib cluster create 10 years ago