summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Seek at the end of AOF after truncate call.antirez2014-09-161-3/+10
* On AOF end of file, truncate the AOF to last valid command.antirez2014-09-161-3/+16
* Don't propagate SAVE.antirez2014-09-161-0/+1
* Cluster test: unit 09, Pub/Sub across the cluster.antirez2014-09-151-0/+40
* Cluster test: unit 08, update messages.antirez2014-09-151-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
* Merge pull request #1993 from xiaost/limit-scan-iter-countSalvatore Sanfilippo2014-09-101-1/+8
|\
| * Limit the *SCAN command `dictScan` iterationsxiaost2014-09-091-1/+8
|/
* 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
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2014-09-041-5/+5
|\
| * Merge pull request #1982 from mattsta/fix-getrange-32bitSalvatore Sanfilippo2014-09-031-5/+5
| |\
| | * Return empty string if GETRANGE of empty stringMatt Stancliff2014-09-021-1/+1
| | * Increase size of range request in getrangeMatt Stancliff2014-09-021-4/+4
| |/
* | Sentinel: don't set announce-ip if is empty.antirez2014-09-041-1/+2
* | Sentinel: clarify announce-ip/port options in sentinel.conf.antirez2014-09-041-3/+18
* | Sentinel: announce ip/port changes + rewrite.antirez2014-09-042-19/+35
* | sentinel: Decouple bind address from address sent to other sentinelsDara Kong2014-09-042-3/+31
|/
* 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
* Merge pull request #1964 from mariano-perez-rodriguez/patch-2Salvatore Sanfilippo2014-08-261-1/+0
|\
| * Missing assert removal from sdsIncrLen()Mariano Pérez Rodríguez2014-08-251-1/+0
|/
* Use modern typedef form in cluster.h.antirez2014-08-251-5/+4
* No longer useful assert removed from sdsIncrLen().antirez2014-08-251-1/+0
* Merge branch '1906-merge' into unstableantirez2014-08-2547-197/+375
|\
| * Fix redis-benchmark abort output1906-mergeMatt Stancliff2014-08-251-1/+1
| * Deny CLIENT command in scriptsMatt Stancliff2014-08-251-1/+1
| * redis-benchmark: Remove unused bufferMatt Stancliff2014-08-251-9/+0
| * redis-benchmark: add auth optionCharSyam2014-08-251-0/+14
| * Rename two 'buf' vars to 'ip' for better clarityMatt Stancliff2014-08-251-5/+5
| * Sentinel: fix bufsize to support IPv6 addressEiichi Sato2014-08-251-2/+2
| * Use correct github url to find commands.jsonJan-Erik Rediger2014-08-251-1/+1
| * Stop tests from leaving a black backgroundMariano Pérez Rodríguez2014-08-251-1/+1
| * Sentinel: Reject config from STDINMatt Stancliff2014-08-251-0/+7
| * Cluster: Fix segfault if cluster config corruptMatt Stancliff2014-08-251-3/+7
| * Fix memory leak in cluster config parsingMatt Stancliff2014-08-181-0/+1
| * Remove unused global variableMatt Stancliff2014-08-181-1/+0
| * Fix invalid expire error for SET family commands.antirez2014-08-181-1/+1