summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduction of a new string encoding: EMBSTRmemoptantirez2012-09-2517-70/+156
* Test for SRANDMEMBER with <count>.antirez2012-09-211-0/+112
* 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
* .gitignore modified to be more general with less entries.antirez2012-09-171-7/+1
* A reimplementation of blocking operation internals.antirez2012-09-176-134/+347
* 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 regression test for #582 fixed for 32 bit target.antirez2012-09-051-1/+6
* BITCOUNT: fix segmentation fault.Haruto Otake2012-09-052-3/+8
* 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-055-11/+10
* | 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-312-0/+13
* | 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: added documentation about slave-priority in redis.confantirez2012-08-281-0/+15
* | 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
* | | hiredis library updated.antirez2012-08-215-28/+90
|/ /
* | Sentinel: SENTINEL FAILOVER command implemented.antirez2012-08-031-24/+65
* | Sentinel: client reconfiguration script execution.antirez2012-08-022-0/+79
* | Merge pull request #613 from tobstarr/patch-1Salvatore Sanfilippo2012-08-021-1/+1
|\ \
| * | Fix version numbersTobias Schwab2012-08-021-1/+1
|/ /
* | 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: sentinel.conf self-documenation improved.antirez2012-07-311-0/+21
* | 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
|\ \
| * \ Merge pull request #606 from badboy/patch-1Salvatore Sanfilippo2012-07-281-0/+1
| |\ \
| | * | 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