summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.7.105 (2.8 Release Candidate 5).2.8.0-rc5antirez2013-10-092-1/+14
* Replication: install the write handler when reusing a cached master.antirez2013-10-041-0/+10
* Replication: fix master timeout.antirez2013-10-041-1/+7
* PSYNC: safer handling of PSYNC requests.antirez2013-10-041-1/+5
* Add REWRITE to CONFIG subcommands help message.antirez2013-10-041-1/+1
* Document the redis-cli --csv option.Michel Martens2013-09-261-0/+1
* Allow AUTH / PING when disconnected from slave and serve-stale-data is no.antirez2013-09-171-2/+2
* redis-cli: fix big keys search when the key no longer exist.antirez2013-09-041-1/+0
* mistype fixedMaxim Zakharov2013-09-031-1/+1
* A mistype fixedMaxim Zakharov2013-09-031-1/+1
* Redis 2.7.104 (2.8 Release Candidate 4).2.8.0-rc4antirez2013-08-302-1/+14
* Test: Lua stack leak regression test added.antirez2013-08-301-0/+15
* Test: added a memory efficiency test.antirez2013-08-302-0/+33
* Fixed critical memory leak from EVAL.antirez2013-08-291-4/+9
* Merge pull request #1244 from yihuang/2.8Salvatore Sanfilippo2013-08-271-1/+1
|\
| * fix lua_cmsgpack pack map as arrayyihuang2013-08-131-1/+1
* | Fix an hypothetical issue in processMultibulkBuffer().antirez2013-08-271-1/+5
* | tryObjectEncoding(): optimize sds strings if possible.antirez2013-08-271-1/+20
* | tryObjectEncoding(): don't call stringl2() for too big strings.antirez2013-08-271-1/+3
* | Fix DEBUG SDSLEN after 2.8 back port.antirez2013-08-271-1/+1
* | Don't over-allocate the sds string for large bulk requests.antirez2013-08-271-2/+2
* | DEBUG SDSLEN added.antirez2013-08-271-0/+23
* | Update server.lastbgsave_status when fork() fails.antirez2013-08-271-0/+1
* | Only run the fast active expire cycle if master & enabled.antirez2013-08-271-2/+4
* | Opening TCP listening ports refactored into a function.antirez2013-08-221-38/+58
* | Print error message when can't bind * on any address.antirez2013-08-221-3/+5
* | Fix for issue #1214 simplified.antirez2013-08-211-14/+12
* | fixed initServer fail while having no IPv6 nor IPv4Allan2013-08-211-1/+1
* | fixed initServer failed if no IPV4 or no IPV6Allan2013-08-211-4/+11
* | fixed bug issue of #1213Allan2013-08-211-3/+6
* | Use printf %zu specifier to print private_dirty.antirez2013-08-202-2/+2
* | dictFingerprint(): cast pointers to integer of same size.antirez2013-08-201-2/+2
* | Redis 2.7.103 (2.8 Release Candidate 3).2.8.0-rc3antirez2013-08-192-1/+17
* | Revert "Fixed type in dict.c comment: 265 -> 256."antirez2013-08-191-1/+1
* | Fixed type in dict.c comment: 265 -> 256.antirez2013-08-191-1/+1
* | assert.h replaced with redisassert.h when appropriate.antirez2013-08-195-5/+5
* | Added redisassert.h as drop in replacement for assert.h.antirez2013-08-191-0/+45
* | dictFingerprint() fingerprinting made more robust.antirez2013-08-191-9/+29
* | Fix comments for correctness in zunionInterGenericCommand().antirez2013-08-191-3/+5
* | Properly init/release iterators in zunionInterGenericCommand().antirez2013-08-191-19/+18
* | dict.c iterator API misuse protection.antirez2013-08-192-4/+31
|/
* Use precomptued objects for bulk and mbulk prefixes.antirez2013-08-121-2/+9
* replicationFeedSlaves() func name typo: feedReplicationBacklogWithObject -> f...antirez2013-08-121-1/+1
* replicationFeedSlave() reworked for correctness and speed.antirez2013-08-121-97/+42
* Fix a PSYNC bug caused by a variable name typo.antirez2013-08-121-1/+1
* Fix sdsempty() prototype in sds.h.antirez2013-08-122-2/+2
* redis-benchmark: changes to random arguments substitution.antirez2013-08-081-28/+80
* redis-benchmark: replace snprintf()+memcpy with faster code.antirez2013-08-081-5/+10
* Little typoJan-Erik Rediger2013-08-071-1/+1
* redis-benchmark: fix memory leak introduced by 346256fantirez2013-08-071-0/+1