summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version.h updated to 2.8.15.2.8.15antirez2014-09-121-1/+1
* Redis 2.8.15.antirez2014-09-121-0/+24
* 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
* Redis 2.8.14.2.8.14antirez2014-09-012-1/+35
* 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-271-1/+1
* Cast to right type in dictNext().antirez2014-08-271-1/+1
* Use long for rehash and iterator index in dict.h.antirez2014-08-271-3/+5
* Missing va_end also added in hiredis copy of sds.c.antirez2014-08-271-0/+1
* Missing assert removal from sdsIncrLen()Mariano Pérez Rodríguez2014-08-271-1/+0
* No longer useful assert removed from sdsIncrLen().antirez2014-08-271-1/+0
* Fix redis-benchmark abort outputMatt Stancliff2014-08-271-1/+1
* Deny CLIENT command in scriptsMatt Stancliff2014-08-271-1/+1
* redis-benchmark: Remove unused bufferMatt Stancliff2014-08-271-9/+0
* redis-benchmark: add auth optionCharSyam2014-08-271-0/+14
* Rename two 'buf' vars to 'ip' for better clarityMatt Stancliff2014-08-271-5/+5
* Sentinel: fix bufsize to support IPv6 addressEiichi Sato2014-08-271-2/+2
* Use correct github url to find commands.jsonJan-Erik Rediger2014-08-271-1/+1
* Stop tests from leaving a black backgroundMariano Pérez Rodríguez2014-08-271-1/+1
* Sentinel: Reject config from STDINMatt Stancliff2014-08-271-0/+7
* Remove unused global variableMatt Stancliff2014-08-271-1/+0
* Fix invalid expire error for SET family commands.antirez2014-08-271-1/+1
* Remove unused functionCong Ding2014-08-271-6/+0
* Extend range of bytesToHuman to TB and PBDavid Palm2014-08-271-0/+9
* Add error check for writing RDB checksumyoav2014-08-271-1/+1
* redis-cli: fix prompt after shutdown commandDov Murik2014-08-271-1/+4
* Clarify argument to dict macroxiaoyu2014-08-271-1/+1
* Fix undefined behavior in ll2string().antirez2014-08-271-1/+5
* Remove warnings and improve integer sign correctness.antirez2014-08-2714-42/+53
* Add -W to compilation flags.antirez2014-08-271-1/+1
* Use unsigned integers in SDS header.antirez2014-08-274-9/+15
* va_copy must be matched by va_endPieter Noordhuis2014-08-271-0/+1