summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: Support for AUTH.antirez2012-09-261-0/+26
* SRANDMEMBER <count> leak fixed.antirez2012-09-211-8/+10
* Added the SRANDMEMBER key <count> variant.antirez2012-09-212-1/+155
* Fix compilation on FreeBSD. Thanks to @koobs on twitter.antirez2012-09-171-0/+1
* A reimplementation of blocking operation internals.antirez2012-09-173-129/+235
* Make sure that SELECT argument is an integer or return an error.antirez2012-09-111-1/+5
* Match printf format with actual type in genRedisInfoString().antirez2012-09-101-1/+1
* BITCOUNT: fix segmentation fault.Haruto Otake2012-09-051-3/+2
* Merge pull request #576 from saj/fix-slave-ping-periodSalvatore Sanfilippo2012-09-052-2/+2
|\
| * Bug fix: slaves being pinged every secondSaj Goonatilleke2012-07-052-2/+2
* | Scripting: Force SORT BY constant determinism inside SORT itself.antirez2012-09-054-7/+6
* | Sentinel: reply -IDONTKNOW to get-master-addr-by-name on lack of info.antirez2012-09-041-0/+2
* | Sentinel: more easy master redirection if master is a slave.antirez2012-09-041-2/+2
* | Send an async PING before starting replication with master.antirez2012-09-022-11/+70
* | Scripting: Reset Lua fake client reply_bytes after command execution.antirez2012-08-311-0/+1
* | Scripting: require at least one argument for redis.call().antirez2012-08-311-0/+7
* | Sentinel: do not crash against slaves not publishing the runid.antirez2012-08-301-1/+13
* | Sentinel: INFO command implementation.antirez2012-08-291-1/+62
* | Sentinel: add Redis execution mode to INFO output.antirez2012-08-291-1/+8
* | Sentinel: Sentinel-side support for slave priority.antirez2012-08-281-0/+10
* | Sentinel: Redis-side support for slave priority.antirez2012-08-283-2/+12
* | Sentinel: suppress harmless warning by initializing 'table' to NULL.antirez2012-08-281-1/+1
* | Incrementally flush RDB on disk while loading it from a master.antirez2012-08-285-12/+45
* | Fix a forget zmalloc_oom() -> zmalloc_oom_handler() replacement.antirez2012-08-241-1/+1
* | Better Out of Memory handling.antirez2012-08-245-18/+25
* | Sentinel: send SCRIPT KILL on -BUSY reply and SDOWN instance.antirez2012-08-241-1/+13
* | Sentinel: fixed a crash on script execution.antirez2012-08-241-1/+1
* | Merge pull request #628 from pietern/unstable-zipSalvatore Sanfilippo2012-08-221-7/+61
|\ \
| * | Set p to its new offset before modifying itPieter Noordhuis2012-08-131-7/+8
| * | Add ziplist test for deleting next to last entriesPieter Noordhuis2012-08-131-0/+53
* | | redis-benchmark: disable big buffer cleanup in hiredis context.antirez2012-08-211-0/+2
|/ /
* | Sentinel: SENTINEL FAILOVER command implemented.antirez2012-08-031-24/+65
* | Sentinel: client reconfiguration script execution.antirez2012-08-021-0/+42
* | Sentinel: when leader in wait-start, sense another leader as race.antirez2012-07-311-19/+30
* | Sentinel: sentinelRefreshInstanceInfo() comments improved a bit.antirez2012-07-311-4/+6
* | Use correct variable name for value to convert.Michael Parker2012-07-311-1/+2
* | Sentinel: abort failover when in wait-start if master is back.antirez2012-07-311-0/+18
* | Merge remote-tracking branch 'origin/unstable' into unstableantirez2012-07-284-3/+21
|\ \
| * | Include sys/wait.h to avoid compiler warningJan-Erik Rediger2012-07-281-0/+1
| * | Merge pull request #587 from saj/truncate-short-write-from-aofSalvatore Sanfilippo2012-07-271-0/+7
| |\ \
| | * | Truncate short write from the AOFSaj Goonatilleke2012-07-181-0/+7
| * | | Merge pull request #586 from saj/aof_last_bgrewrite_statusSalvatore Sanfilippo2012-07-273-3/+13
| |\ \ \
| | * | | New in INFO: aof_last_bgrewrite_statusSaj Goonatilleke2012-07-183-3/+13
| | |/ /
* | | | Sentinel: scripts execution engine improved.antirez2012-07-281-47/+284
* | | | Sentinel: don't start a failover as leader if there is no good slave.antirez2012-07-261-1/+6
|/ / /
* | | Sentinel: ability to execute notification scripts.antirez2012-07-251-6/+66
* | | Merge pull request #603 from mrb/fix_sentinel_config_warningSalvatore Sanfilippo2012-07-251-1/+1
|\ \ \
| * | | Fix warning in redis.c for sentinel config loadmrb2012-07-251-1/+1
* | | | Sentinel: abort failover if no good slave is available.antirez2012-07-251-29/+45
|/ / /
* | | Sentinel: reset pending_commands in a more generic way.antirez2012-07-241-2/+4