summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't propagate SAVE.antirez2014-09-171-0/+1
* Cluster test: unit 09, Pub/Sub across the cluster.antirez2014-09-171-0/+40
* Cluster test: unit 08, update messages.antirez2014-09-171-0/+90
* Sentinel sentinelGetLeader() top comment improved.antirez2014-09-111-3/+3
* Sentinel: fix computation of total number of votes.antirez2014-09-111-2/+2
* luaRedisGenericCommand() cached argv handling simplified.antirez2014-09-101-4/+2
* Limit the *SCAN command `dictScan` iterationsxiaost2014-09-101-1/+8
* Sentinel: don't set announce-ip if is empty.antirez2014-09-101-1/+2
* Sentinel: clarify announce-ip/port options in sentinel.conf.antirez2014-09-101-3/+18
* Sentinel: announce ip/port changes + rewrite.antirez2014-09-102-19/+35
* sentinel: Decouple bind address from address sent to other sentinelsDara Kong2014-09-102-3/+31
* Tests for aof-load-truncated = yes.antirez2014-09-081-1/+27
* AOF tests fixed turning aof-load-truncated to no.antirez2014-09-081-6/+6
* Make aof-load-truncated option actually configurable.antirez2014-09-082-1/+38
* Correct cleanup when aborting AOF loading.antirez2014-09-081-8/+29
* AOF ability to load truncated files.antirez2014-09-083-3/+14
* Test AOF format error detection.antirez2014-09-081-0/+25
* AOF loading: split handling of format errors from unexpected EOF.antirez2014-09-082-8/+11
* Return empty string if GETRANGE of empty stringMatt Stancliff2014-09-041-1/+1
* Increase size of range request in getrangeMatt Stancliff2014-09-041-4/+4
* Sentinel: Abort Hello quicker if not connectedMatt Stancliff2014-09-011-1/+2
* Add regression test for issue #1939Paddy Byers2014-09-011-0/+12
* Store the length of the static argv when first allocated.Paddy Byers2014-09-011-0/+1
* Fix dictRehash assert casting type.antirez2014-08-261-1/+1
* Cast to right type in dictNext().antirez2014-08-261-1/+1
* Use long for rehash and iterator index in dict.h.antirez2014-08-261-3/+5
* Missing va_end also added in hiredis copy of sds.c.antirez2014-08-261-0/+1
* Missing assert removal from sdsIncrLen()Mariano Pérez Rodríguez2014-08-261-1/+0
* Use modern typedef form in cluster.h.antirez2014-08-261-5/+4
* No longer useful assert removed from sdsIncrLen().antirez2014-08-261-1/+0
* Fix redis-benchmark abort outputMatt Stancliff2014-08-261-1/+1
* Deny CLIENT command in scriptsMatt Stancliff2014-08-261-1/+1
* redis-benchmark: Remove unused bufferMatt Stancliff2014-08-261-9/+0
* redis-benchmark: add auth optionCharSyam2014-08-261-0/+14
* Rename two 'buf' vars to 'ip' for better clarityMatt Stancliff2014-08-261-5/+5
* Sentinel: fix bufsize to support IPv6 addressEiichi Sato2014-08-261-2/+2
* Use correct github url to find commands.jsonJan-Erik Rediger2014-08-261-1/+1
* Stop tests from leaving a black backgroundMariano Pérez Rodríguez2014-08-261-1/+1
* Sentinel: Reject config from STDINMatt Stancliff2014-08-261-0/+7
* Cluster: Fix segfault if cluster config corruptMatt Stancliff2014-08-261-3/+7
* Fix memory leak in cluster config parsingMatt Stancliff2014-08-261-0/+1
* Remove unused global variableMatt Stancliff2014-08-261-1/+0
* Fix invalid expire error for SET family commands.antirez2014-08-261-1/+1
* Remove unused functionCong Ding2014-08-261-6/+0
* Extend range of bytesToHuman to TB and PBDavid Palm2014-08-261-0/+9
* Add error check for writing RDB checksumyoav2014-08-261-1/+1
* redis-cli: fix prompt after shutdown commandDov Murik2014-08-261-1/+4
* Clarify argument to dict macroxiaoyu2014-08-261-1/+1
* Clarify existing slot wording on cluster startMatt Stancliff2014-08-261-6/+5
* Fix undefined behavior in ll2string().antirez2014-08-261-1/+5