summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HyperLogLog: fix the fix of a corruption bug.4.0antirez2019-07-311-2/+1
* Fix HLL corruption bugJohn Sully2019-07-301-0/+1
* Redis 4.0.14.4.0.14antirez2019-03-182-1/+15
* HyperLogLog: handle wrong offset in the base case.antirez2019-03-181-6/+2
* Fix hyperloglog corruptionJohn Sully2019-03-181-0/+6
* redis-check-aof: fix potential overflow.antirez2019-03-181-2/+2
* Fix mismatching keyspace notification classesGuy Benoish2019-03-142-2/+2
* Fix zlexrangespec mem-leak in genericZrangebylexCommandGuy Benoish2019-03-141-1/+4
* Make comment in #5911 stay inside 80 cols.antirez2019-03-101-1/+2
* Replicas aren't allowed to run the replicaof commandJohn Sully2019-03-101-0/+8
* Redis 4.0.13.4.0.13antirez2019-02-202-1/+10
* Merge pull request #5822 from soloestoy/rewrite-brpoplpush-4.0Salvatore Sanfilippo2019-01-313-1/+5
|\
| * rewrite BRPOPLPUSH as RPOPLPUSH to propagatezhaozhao.zz2019-01-313-1/+5
|/
* Don't treat unsupported protocols as fatal errorsChris Lamb2018-12-211-0/+4
* Redis 4.0.124.0.12antirez2018-12-112-1/+25
* asyncCloseClientOnOutputBufferLimitReached(): don't free fake clients.antirez2018-12-111-0/+1
* Don't call sdscmp() with shared.maxstring or shared.minstringGuy Benoish2018-12-112-9/+23
* Fix stringmatchlen() read past buffer bug.antirez2018-12-111-1/+1
* Merge pull request #5569 from maximebedard/backport-4497Salvatore Sanfilippo2018-11-223-5/+19
|\
| * add linkClient(): adds the client and caches the list node.antirez2018-11-133-8/+14
| * networking: optimize unlinkClient() in freeClient()zhaozhao.zz2018-11-133-4/+12
* | When replica kills a pending RDB save during SYNC, log it.antirez2018-10-311-0/+6
* | Move child termination to readSyncBulkPayloadAndrey Bugaevskiy2018-10-311-7/+6
* | Prevent RDB autosave from overwriting full resync resultsAndrey Bugaevskiy2018-10-311-0/+7
* | aof.c: improve indentation and change warning message.antirez2018-10-101-4/+11
* | AOF: discard if we lost EXEC when loading aofzhaozhao.zz2018-10-102-3/+14
* | Fix AOF comment to report the current behavior.antirez2018-10-101-1/+3
|/
* Really bump version number to 4.0.11.4.0.11antirez2018-08-041-1/+1
* Redis 4.0.11.antirez2018-08-031-0/+50
* Set repl_down_since to zero on state change.antirez2018-08-031-1/+2
* fix server.repl_down_since resetting, so that slaves could failoverWuYunlong2018-08-031-1/+1
* fix rare replication stream corruption with disk-based replicationOran Agra2018-07-233-9/+19
* fix exists command on slavezhaozhao.zz2018-06-291-2/+1
* Fix infinite loop in dbRandomKey().antirez2018-06-291-0/+13
* Sentinel: add an option to deny online script reconfiguration.antirez2018-06-292-0/+41
* Redis 4.0.10.4.0.10antirez2018-06-132-1/+124
* Security: fix redis-cli buffer overflow.antirez2018-06-131-11/+16
* Security: fix Lua struct package offset handling.antirez2018-06-131-2/+6
* Security: more cmsgpack fixes by @soloestoy.antirez2018-06-131-0/+7
* Security: update Lua struct package for security.antirez2018-06-131-23/+23
* Security: fix Lua cmsgpack library stack overflow.antirez2018-06-131-0/+3
* Fix dictScan(): It can't scan all buckets when dict is shrinking.赵磊2018-06-011-11/+14
* Fix redis-cli memory leak when sending set preference command.dejun.xdj2018-05-291-0/+2
* Check if the repeat value is positive in while loop of cliSendCommand().dejun.xdj2018-05-291-1/+1
* Change the type of repeat argument to long for function cliSendCommand.dejun.xdj2018-05-291-1/+1
* Fix negtive repeat command value issue.dejun.xdj2018-05-291-3/+11
* Detect and stop saving history for auth command with repeat option.dejun.xdj2018-05-291-10/+17
* Change the warning message a little bit to avoid trademark issuses.dejun.xdj2018-05-291-1/+1
* Stop saving auth command in redis-cli history.dejun.xdj2018-05-291-2/+4
* Add warning message when using password on command linedejun.xdj2018-05-291-0/+1