summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.2.15 release notes2.2.152.2antirez2011-10-171-0/+7
* version bumped to 2.2.15antirez2011-10-171-1/+1
* FLUSHALL now prevents rdbSave() from resetting the dirty counter, so that the...antirez2011-10-171-1/+7
* FLUSHALL will only perform a blocking SAVE if RDB persistence is configured.antirez2011-10-171-1/+1
* Compilation fixed on OpenBSD making sure that _XOPEN_SOURCE is set to 700 in ...antirez2011-09-291-1/+1
* fixed a small bug that caused redis-cli to segfault when given single numeric...Juri M. Vainonen2011-09-211-1/+1
* Version bumped to 2.2.14, Changelog updated.2.2.14antirez2011-09-212-1/+11
* Fixed a bug in the average latency metering of redis-cli --latencyantirez2011-09-211-0/+1
* Implemented --latency in redis-cliantirez2011-09-211-0/+42
* Fix AOF race that may duplicate commandsPieter Noordhuis2011-09-161-0/+5
* Optimize LRANGE to scan the list starting from the head or the tail in order ...antirez2011-09-141-1/+6
* Don't replicate/AOF SAVEantirez2011-09-141-2/+2
* Version bumped to 2.2.13, changelog updated.2.2.13antirez2011-09-122-1/+7
* Remove the write handler only if there are no longer objects in the output qu...antirez2011-09-121-1/+1
* Fix for 2.2 TCMALLOC build, thanks to Pieter Noordhuis for the patch.antirez2011-09-121-1/+1
* fixed typos in the comments of rpoplpushHandlePush()antirez2011-09-121-3/+5
* Fix crash when chaining brpoplpush with other blocking commands.Hampus Wessman2011-09-121-1/+1
* Fix link order for ld --as-needed (thanks to Nigel Babu)Pieter Noordhuis2011-07-281-5/+5
* Merge remote-tracking branch 'origin/2.2' into 2.2antirez2011-07-2717-89/+178
|\
| * 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
* | Fix adding bulk reply when getcwd failsPieter Noordhuis2011-07-271-5/+4
|/
* 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