summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-291-0/+32
* Redis 4.0.10.4.0.10antirez2018-06-131-1/+1
* Security: fix redis-cli buffer overflow.antirez2018-06-131-11/+16
* 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
* 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-261-1/+1
* fix missed call on freeaddrinfozhaozhao.zz2018-03-261-1/+1
* anet: avoid double closezhaozhao.zz2018-03-261-1/+1
* Cluster: ability to prevent slaves from failing over their masters.antirez2018-03-145-2/+60
* redis-cli: fix missed unit in array. Change define name.antirez2018-03-021-5/+5
* fix-out-of-index-range-for-redis-cli-findbigkeycharsyam2018-03-021-4/+6
* expireIfNeeded() needed a top comment documenting the behavior.antirez2018-02-281-0/+19
* expireIfNeeded() comment: claim -> pretend.antirez2018-02-281-1/+1
* Actually use ae_flags to add AE_BARRIER if needed.antirez2018-02-281-1/+1
* refactoring-make-condition-clear-for-rdbcharsyam2018-02-271-2/+2
* ae.c: insetad of not firing, on AE_BARRIER invert the sequence.antirez2018-02-271-22/+38
* AOF: fix a bug that may prevent proper fsyncing when fsync=always.antirez2018-02-271-6/+18
* Cluster: improve crash-recovery safety after failover auth vote.antirez2018-02-271-2/+3
* ae.c: introduce the concept of read->write barrier.antirez2018-02-272-6/+29
* Fix ziplist prevlen encoding description. See #4705.antirez2018-02-271-6/+6
* Track number of logically expired keys still in memory.antirez2018-02-193-1/+28
* Remove non semantical spaces from module.c.antirez2018-02-151-41/+36
* Fix typo in notifyKeyspaceEvent() comment.antirez2018-02-151-1/+1
* Add doc comment about notification flagsDvir Volk2018-02-151-0/+1
* Fix indentation and comment style in testmoduleDvir Volk2018-02-151-98/+92
* Use one static client for all keyspace notification callbacksDvir Volk2018-02-151-7/+11
* Remove the NOTIFY_MODULE flag and simplify the module notification flow if th...Dvir Volk2018-02-153-9/+5
* Document flags for notificationsDvir Volk2018-02-151-1/+17
* removed some trailing whitespacesDvir Volk2018-02-151-2/+0
* removed hellonotify.cDvir Volk2018-02-153-87/+1
* fixed testDvir Volk2018-02-151-1/+7
* finished implementation of notifications. Tests unfinishedDvir Volk2018-02-157-3/+339
* More verbose logging when slave sends errors to master.antirez2018-02-151-2/+6