summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't expire keys while loading RDB from AOF preamble.antirez2018-05-293-5/+5
* Fix rdb save by allowing dumping of expire keys, so that whenWuYunlong2018-05-292-7/+3
* Backport hiredis issue 525 fix to compile on FreeBSD.antirez2018-05-291-1/+1
* Add INIT INFO to the provided init script.antirez2018-05-231-0/+8
* Fix ae.c when a timer finalizerProc adds an event.antirez2018-05-232-6/+10
* Sentinel: fix delay in detecting ODOWN.antirez2018-05-231-5/+9
* AOF & RDB: be compatible with rdbchecksum nozhaozhao.zz2018-05-231-7/+9
* fix int overflow problem in freeMemoryIfNeededhuijing.whj2018-05-081-1/+1
* Redis 4.0.94.0.9antirez2018-03-262-1/+194
* fix missed call on freeaddrinfozhaozhao.zz2018-03-261-1/+1