summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 3.2.2.3.2.2antirez2016-07-282-1/+190
* Ability of slave to announce arbitrary ip/port to master.antirez2016-07-286-17/+129
* redis-benchmark: new option to show server errors on stdout.antirez2016-07-281-1/+17
* Multiple GEORADIUS bugs fixed.antirez2016-07-276-21/+177
* Replication: when possible start RDB saving ASAP.antirez2016-07-271-2/+8
* Sentinel: new test unit 07 that tests master down conditions.antirez2016-07-271-0/+68
* Sentinel: check Slave INFO state more often when disconnected.antirez2016-07-272-3/+10
* Avoid simultaneous RDB and AOF child process.antirez2016-07-274-8/+51
* Replication: start BGSAVE for replication always in replicationCron().antirez2016-07-271-12/+15
* Regression test for issue #3333.antirez2016-07-061-0/+6
* getLongLongFromObject: use string2ll() instead of strict_strtoll().antirez2016-07-061-6/+1
* redis-cli: check SELECT reply type just in state updated.antirez2016-07-051-1/+1
* Fix for redis_cli printing default DB when select command fails.sskorgal2016-07-051-1/+1
* Sentinel: fix cross-master Sentinel address update.antirez2016-07-041-2/+9
* CONFIG GET is now no longer case sensitive.antirez2016-07-041-12/+12
* Fix test for new RDB checksum failure message.antirez2016-07-041-1/+1
* Make tcp-keepalive default to 300 in internal conf.antirez2016-07-041-1/+1
* In Redis RDB check: more details in error reportings.antirez2016-07-041-13/+24
* In Redis RDB check: log decompression errors.antirez2016-07-042-2/+23
* In Redis RDB check: log object type on error.antirez2016-07-041-2/+27
* Added a trivial program to randomly corrupt RDB files in /utils.antirez2016-07-041-0/+44
* In Redis RDB check: minor output message changes.antirez2016-07-041-1/+4
* In Redis RDB check: better error reporting.antirez2016-07-044-14/+71
* In Redis RDB check: initial POC.antirez2016-07-042-647/+189
* A string with 21 chars is not representable as a 64-bit integer.tielei2016-07-041-2/+2
* Test: new randomized stress tester for #3343 alike bugs.antirez2016-06-301-2/+27
* Stress tester WIP.antirez2016-06-301-0/+3
* Regression test for issue #3343 exact min crash sequence.antirez2016-06-301-0/+16
* Fix quicklistReplaceAtIndex() by updating the quicklist ziplist size.antirez2016-06-271-0/+1
* Redis 3.2.1.3.2.1antirez2016-06-172-1/+522
* config set list-max-ziplist-size didn't support negative values, unlike confi...oranagra2016-06-171-3/+3
* Fix Sentinel pending commands counting.antirez2016-06-161-0/+1
* redis-cli: really connect to the right server.antirez2016-06-161-2/+5
* Remove debug printingJan-Erik Rediger2016-06-161-3/+0
* RESTORE: accept RDB dumps with older versions.antirez2016-06-161-1/+1
* CLIENT error message was out of dateoranagra2016-06-161-1/+1
* fix georadius returns multiple repliesoranagra2016-06-161-2/+5
* Minor aesthetic fixes to PR #3264.antirez2016-06-161-5/+5
* check WRONGTYPE in BITFIELD before looping on the operations.oranagra2016-06-161-9/+18
* fix crash in BITFIELD GET on non existing key or wrong type see #3259oranagra2016-06-161-3/+5
* fix check when can't send the command to the promoted slaveMOON_CLJ2016-06-151-1/+1
* Test TOUCH and new TTL / TYPE behavior about object access time.antirez2016-06-152-0/+24
* GETRANGE: return empty string with negative, inverted start/end.antirez2016-06-152-2/+6
* Remove additional round brackets from fix for #3282.antirez2016-06-151-1/+1
* bitcount bug:return non-zero value when start > end (both negative)wenduo2016-06-151-0/+4
* Regression test for #3282.antirez2016-06-151-0/+10
* TTL and TYPE LRU access fixed. TOUCH implemented.antirez2016-06-153-8/+60
* redis-cli help.h updated.antirez2016-06-141-14/+29
* Fix GEORADIUS wrong output with radius > Earth radius.antirez2016-06-131-0/+2
* Geo: fix typo in geohashEstimateStepsByRadius().antirez2016-06-131-1/+1