summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.6.0 RC8 (2.5.14)2.6.0-rc8antirez2012-10-052-1/+13
* Merge pull request #544 from dvirsky/2.6Salvatore Sanfilippo2012-10-052-502/+18
|\
| * fixed server install script to rewrite the default configuration file and not...dvir volk2012-06-082-502/+18
* | Hash function switched to murmurhash2.antirez2012-10-052-13/+57
* | Warn when configured maxmemory value seems odd.antirez2012-10-052-1/+11
* | Include time.h in ae.c as we now use time().antirez2012-10-051-0/+1
* | Force expire all timer events when system clock skew is detected.Jokea2012-10-042-0/+20
* | "Timeout receiving bulk data" error message modified.antirez2012-10-041-1/+1
* | "SORT by nosort" (skip sorting) respect sorted set ordering.antirez2012-10-032-20/+129
* | Revert "Scripting: redis.NIL to return nil bulk replies."antirez2012-10-012-39/+4
* | Scripting: add helper functions redis.error_reply() and redis.status_reply().antirez2012-09-281-0/+36
* | Scripting: redis.NIL to return nil bulk replies.antirez2012-09-282-4/+39
* | Fixed some spelling errors in the commentsErik Dubbelboer2012-09-274-16/+16
* | Added consts keyword where possibleErik Dubbelboer2012-09-272-22/+22
* | Final merge of Sentinel into 2.6.antirez2012-09-271-16/+8
* | Sentinel: Support for AUTH.antirez2012-09-272-0/+45
* | Sentinel: reply -IDONTKNOW to get-master-addr-by-name on lack of info.antirez2012-09-271-0/+2
* | Sentinel: more easy master redirection if master is a slave.antirez2012-09-271-2/+2
* | Sentinel: do not crash against slaves not publishing the runid.antirez2012-09-271-1/+13
* | Sentinel: INFO command implementation.antirez2012-09-271-1/+62
* | Sentinel: add Redis execution mode to INFO output.antirez2012-09-271-1/+8
* | Sentinel: Sentinel-side support for slave priority.antirez2012-09-271-0/+10
* | Sentinel: suppress harmless warning by initializing 'table' to NULL.antirez2012-09-271-1/+1
* | Sentinel: send SCRIPT KILL on -BUSY reply and SDOWN instance.antirez2012-09-271-1/+13
* | Sentinel: fixed a crash on script execution.antirez2012-09-271-1/+1
* | Sentinel: SENTINEL FAILOVER command implemented.antirez2012-09-271-24/+65
* | Sentinel: client reconfiguration script execution.antirez2012-09-272-0/+79
* | Sentinel: when leader in wait-start, sense another leader as race.antirez2012-09-271-19/+30
* | Sentinel: sentinelRefreshInstanceInfo() comments improved a bit.antirez2012-09-271-4/+6
* | Sentinel: sentinel.conf self-documenation improved.antirez2012-09-271-0/+21
* | Sentinel: abort failover when in wait-start if master is back.antirez2012-09-271-0/+18
* | Sentinel: scripts execution engine improved.antirez2012-09-271-47/+284
* | Include sys/wait.h to avoid compiler warningJan-Erik Rediger2012-09-271-0/+1
* | Sentinel: don't start a failover as leader if there is no good slave.antirez2012-09-271-1/+6
* | comment fixJeremy Zawodny2012-09-271-1/+1
* | Sentinel: ability to execute notification scripts.antirez2012-09-272-11/+95
* | Fix warning in redis.c for sentinel config loadmrb2012-09-271-1/+1
* | Some cleanup in sentinel.confmrb2012-09-271-3/+11
* | Sentinel: abort failover if no good slave is available.antirez2012-09-271-29/+45
* | Sentinel: reset pending_commands in a more generic way.antirez2012-09-271-2/+4
* | Prevent a spurious +sdown event on switch.antirez2012-09-271-0/+3
* | Sentinel: debugging message removed.antirez2012-09-271-1/+0
* | Sentinel: changes to connection handling and redirection.antirez2012-09-271-53/+87
* | Sentinel: check that instance still exists in reply callbacks.antirez2012-09-271-10/+10
* | Sentinel: more robust failover detection as observer.antirez2012-09-271-6/+31
* | Fixed an error in the example sentinel.conf.antirez2012-09-271-1/+1
* | Typo.antirez2012-09-271-1/+1
* | First implementation of Redis Sentinel.antirez2012-09-277-42/+2616
* | Test for SRANDMEMBER with <count>.antirez2012-09-211-0/+112
* | SRANDMEMBER <count> leak fixed.antirez2012-09-211-8/+10