summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.2.122.2.12antirez2011-07-222-1/+17
* Close the listening sockets. Apparently this allows faster restarts.antirez2011-07-221-0/+4
* prepareForShutdown() fixed for correctness regarding what to do with AOF and ...antirez2011-07-221-9/+23
* Add test for incorrect expiration when loading AOF.Hampus Wessman2011-07-151-0/+18
* force VM usage when doing the VM test in 2.2, adding the really-use-vm config...antirez2011-07-151-1/+1
* Warn the user that will try to enable VM that VM sucks. But still allows him ...antirez2011-07-151-0/+15
* Warn the user in redis.conf that VM is deprecated and discouragedantirez2011-07-151-0/+3
* Fixed another merge typoantirez2011-07-151-1/+0
* removed a second copy of rewriteClientCommandVector put inside the source cod...antirez2011-07-151-27/+0
* Manual merge after cherry-pickantirez2011-07-153-7/+7
* Take a pointer to the relevant entry of the command table in the client struc...antirez2011-07-155-27/+41
* don't process EXPIRE with negative TTL or EXPIREAT with time in the past if w...antirez2011-07-151-2/+17
* use the new rewriteClientCommandVector() function for SPOP -> SREM replicatio...antirez2011-07-151-0/+24
* Don't expire keys while loading AOF.Hampus Wessman2011-07-151-1/+4
* Fixed a problem with AOF when it is stopped via CONFIG SET appendonly no. We ...antirez2011-07-071-3/+3
* Fixed typo in redis.conf related to slow log parametersantirez2011-07-031-1/+1
* childrens -> children in INFO output field names. This is a backward incompat...antirez2011-07-021-2/+2
* colorized make for 2.2 as wellantirez2011-07-021-9/+25
* no more allocation stats info in INFO, useless now that we have jemalloc.antirez2011-07-023-25/+0
* ustime() backported from unstable, used by slow logantirez2011-07-012-0/+13
* Slowlog backported to 2.2antirez2011-07-0111-14/+257
* Partial fix for a problem with AOF and BRPOP. We have at least a single evide...antirez2011-06-291-0/+2
* Redis 2.2.112.2.11antirez2011-06-222-1/+9
* Use a safe iterator while saving the DB, since the getExpire() function will ...antirez2011-06-172-2/+2
* Redis 2.2.102.2.10antirez2011-06-142-1/+12
* redis-cli updated to the same version as the 2.4 branchantirez2011-06-141-35/+75
* Fix for issue 566, fixed in a more long term way into the 2.4 branchantirez2011-06-142-0/+2
* SETNX regression tests.Pieter Noordhuis2011-06-141-11/+38
* Fixed init script bug, thanks to Henrik Westphalantirez2011-06-141-1/+1
* Better init scriptantirez2011-06-141-6/+13
* Work with make v3.80Pieter Noordhuis2011-06-131-1/+4
* Changelog typo fixedantirez2011-06-091-1/+1
* Redis 2.2.92.2.9antirez2011-06-092-1/+13
* Merge remote branch 'origin/2.2' into 2.2antirez2011-06-096-21/+95
|\
| * test for the BRPOPLPUSH issue 561 related issuesantirez2011-05-302-0/+26
| * use the new rewriteClientCommandVector() function for SPOP -> SREM replicatio...antirez2011-05-274-36/+32
| * modified the BRPOPLPUSH target field cleanup strategy to fix it the proper way.antirez2011-05-271-3/+5
| * Removed a leak in the BRPOPLPUSH unrelated to issue 561antirez2011-05-271-0/+1
| * Fix for issue 516, rewriting the command vector to correctly repliate BRPOPLP...antirez2011-05-261-7/+56
* | AOF log rewriting in slave performed after a successful sych with the master ...antirez2011-06-091-1/+2
|/
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-05-252-1/+14
|\
| * Redis 2.2.82.2.8antirez2011-05-242-1/+14
* | Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write ...antirez2011-05-251-1/+1
|/
* Comment typo fixedantirez2011-05-241-1/+1
* ZUNIONSTORE new iterator API fix backported into 2.2antirez2011-05-211-3/+12
* Print version info before running the testantirez2011-05-202-0/+7
* Fixed SINTER[STORE] problem related to the new copy on write safe iteratorantirez2011-05-151-0/+1
* Fixed bug introduced with the copy-on-write friendly iteartorantirez2011-05-131-1/+12
* Fix for DEBUG DIGEST, key may expire on lookupantirez2011-05-131-0/+5
* replication with expire test modified to produce no or less false failuresantirez2011-05-121-0/+2