summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* redis-benchmark: max pipeline length hardcoded limit removed.antirez2013-08-071-7/+15
* redis-benchmark: fix db selection when :rand: feature is used.antirez2013-08-071-0/+6
* redis-benchmark: ability to SELECT a specifid db number.antirez2013-08-071-3/+43
* Add per-db average TTL information in INFO output.antirez2013-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-061-2/+14
* Draft #1 of a new expired keys collection algorithm.antirez2013-08-062-21/+100
* Redis 2.7.102 (2.8 Release Candidate 2).2.8.0-rc2antirez2013-07-302-1/+12