summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cluster: new option to work with partial slots coverage.antirez2014-09-175-6/+27
* 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
* 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-091-1/+8
* Make aof-load-truncated option actually configurable.antirez2014-09-081-1/+14
* Correct cleanup when aborting AOF loading.antirez2014-09-081-8/+29
* AOF ability to load truncated files.antirez2014-09-083-3/+14
* AOF loading: split handling of format errors from unexpected EOF.antirez2014-09-081-7/+10
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2014-09-041-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: announce ip/port changes + rewrite.antirez2014-09-042-19/+35
* | sentinel: Decouple bind address from address sent to other sentinelsDara Kong2014-09-041-3/+24
|/
* Sentinel: Abort Hello quicker if not connectedMatt Stancliff2014-09-011-1/+2
* 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
* 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-2534-185/+323
|\
| * 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
| * 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
| * Remove unused functionCong Ding2014-08-181-6/+0
| * Extend range of bytesToHuman to TB and PBDavid Palm2014-08-181-0/+9
| * Add error check for writing RDB checksumyoav2014-08-181-1/+1
| * redis-cli: fix prompt after shutdown commandDov Murik2014-08-181-1/+4
| * Clarify argument to dict macroxiaoyu2014-08-181-1/+1
| * Clarify existing slot wording on cluster startMatt Stancliff2014-08-181-6/+5
| * Remove warnings and improve integer sign correctness.antirez2014-08-1317-48/+66
| * Add -W to compilation flags.antirez2014-08-131-1/+1
| * Use unsigned integers in SDS header.antirez2014-08-132-4/+7
| * va_copy must be matched by va_endPieter Noordhuis2014-08-121-0/+1
| * Remove duplicate prototypes in redis.hcharsyam2014-08-121-3/+1
| * Use resolv library in SolarisNanXiao2014-08-121-1/+1
| * representRedisNodeFlags() moved into right code section.antirez2014-08-081-38/+41