summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add per-db average TTL information in INFO output.expirealgoantirez2013-08-062-4/+30
* activeExpireCycle(): fix about fast cycle early start.antirez2013-08-061-1/+1
* Some activeExpireCycle() refactoring.antirez2013-08-062-21/+32
* Remove dead code and fix comments for new expire code.antirez2013-08-061-56/+10
* Darft #2 for key collection algo: more improvements.antirez2013-08-051-2/+14
* Draft #1 of a new expired keys collection algorithm.antirez2013-08-052-21/+100
* Test: regression test for issue #1221.antirez2013-07-291-0/+38
* Fix replicationFeedSlaves() off-by-one bug.antirez2013-07-281-2/+2
* Remove dead variable bothsds from object.c.antirez2013-07-281-3/+0
* Use latest sds.c in the hiredis library under deps.antirez2013-07-254-120/+422
* Ignore sdsrange return value.antirez2013-07-241-2/+2
* sdsrange() does not need to return a value.antirez2013-07-245-11/+10
* Inline protocol improved to accept quoted strings.antirez2013-07-241-2/+4
* Every function inside sds.c is now commented.antirez2013-07-231-7/+145
* getStringObjectSdsUsedMemory() function added.antirez2013-07-231-19/+17
* Test: regression test for issue #1208.antirez2013-07-221-0/+7
* Fix setDeferredMultiBulkLength() c->reply_bytes handling with EMBSTRantirez2013-07-221-1/+4
* Fixed a possible bug in client->reply_bytes computation.antirez2013-07-221-0/+1
* Fix replicationFeedSlaves() to use sdsEncodedObject() macro.antirez2013-07-221-2/+3
* Introduction of a new string encoding: EMBSTRantirez2013-07-2217-71/+157
* addReplyDouble(): format infinite in a libc agnostic way.antirez2013-07-171-3/+10
* Fixed typo in rio.h, simgle -> single.antirez2013-07-161-1/+1
* Chunked loading of RDB to prevent redis from stalling reading very large keys.yoav2013-07-165-15/+45
* Make sure that ZADD can accept the full range of double values.antirez2013-07-161-2/+6
* Merge pull request #1193 from tnm/patch-1Salvatore Sanfilippo2013-07-121-1/+1
|\
| * Make sure the log standardizes on 'timeout'Ted Nyman2013-07-121-1/+1
|/
* Use the environment locale for strcoll() collation.antirez2013-07-121-0/+2
* SORT ALPHA: use collation instead of binary comparison.antirez2013-07-122-3/+15
* Fixed compareStringObject() and introduced collateStringObject().antirez2013-07-122-8/+34
* Merge pull request #1192 from badboy/ipv6-rediscliSalvatore Sanfilippo2013-07-121-1/+2
|\
| * Wrap IPv6 in brackets in the prompt.Jan-Erik Rediger2013-07-111-1/+2
|/
* Sentinel: embed IPv6 address into [] when naming slave/sentinel instance.ipv6antirez2013-07-111-2/+6
* Sentinel: use comma as separator to publish hello messages.antirez2013-07-111-3/+6
* hiredis: minimal IPv6 support.antirez2013-07-111-2/+10
* Sentinel: make sure published addr/id buffer is large enough.antirez2013-07-101-1/+1
* anet.c: save some vertical space.antirez2013-07-101-10/+3
* anet.c: use SO_REUSEADDR when creating listening sockets.antirez2013-07-101-5/+3
* Use getClientPeerId() for MONITOR implementation.antirez2013-07-091-4/+4
* getClientPeerId() refactored into two functions.antirez2013-07-092-4/+13
* getClientPeerId() now reports errors.antirez2013-07-092-14/+14
* getClientPeerID introduced.antirez2013-07-092-7/+36
* All IP string repr buffers are now REDIS_IP_STR_LEN bytes.antirez2013-07-094-6/+5
* IPv6: bind IPv4 and IPv6 interfaces by default.antirez2013-07-092-2/+13
* Fix old anetPeerToString() API call in replication.cantirez2013-07-082-4/+2
* Revert "Document port6 and bind6 config options."antirez2013-07-081-2/+0
* Add IPv6 support to sentinel.c.Geoff Garside2013-07-082-5/+5
* Cleanup main() and BACKTRACE mistaken pulled while rebasing.Geoff Garside2013-07-081-0/+2
* Fix calls to anetPeerToString() missing buffer size.Geoff Garside2013-07-081-1/+1
* Document port6 and bind6 config options.Geoff Garside2013-07-081-0/+2
* Add anetTcp6Server() function.Geoff Garside2013-07-082-2/+16