summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 4.0.94.0.9antirez2018-03-262-1/+194
* fix missed call on freeaddrinfozhaozhao.zz2018-03-261-1/+1
* anet: avoid double closezhaozhao.zz2018-03-261-1/+1
* Cluster: add test for the nofailover flag.antirez2018-03-142-0/+71
* Cluster: ability to prevent slaves from failing over their masters.antirez2018-03-146-2/+70
* 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
* when a slave experiances an error on commands that come from master, print to...oranagra2018-02-151-0/+2
* getting rid of duplicated codecharsyam2018-02-131-2/+2
* enlarged buffer given to ld2stringGuy Benoish2018-02-133-2/+7
* Make it explicit with a comment why we kill the old AOF rewrite.antirez2018-02-131-0/+3
* rewriteAppendOnlyFileBackground() failure fixGuy Benoish2018-02-131-21/+31
* fix to latency monitor reporting wrong max latencyOran Agra2018-02-131-0/+1
* Redis 4.0.8.4.0.8antirez2018-02-022-1/+26
* Rax updated to latest antirez/rax commit.antirez2018-02-022-25/+52
* Redis 4.0.7.4.0.7antirez2018-01-242-1/+225
* fix not call va_end when syncWrite() failedjianqingdu2018-01-241-2/+2
* Fix the firstkey, lastkey, and keystep of moduleCommandYusaku Kaneta2018-01-241-1/+1
* redismodule.h: Check ModuleNameBusy before calling itMark Nunberg2018-01-241-1/+1
* Fix integration test NOREPLICAS error time dependent false positive.antirez2018-01-241-3/+6
* Fix migrateCommand() access of not initialized byte.antirez2018-01-181-2/+5
* Replication buffer fills up on high rate traffic.Guy Benoish2018-01-181-2/+7
* Cluster: improve anti-affinity algo in redis-trib.rb.antirez2018-01-181-1/+131
* Remove useless comment from serverCron().antirez2018-01-181-3/+2
* fixbug for #4545 dead loop aof rewriteheqin2018-01-181-1/+1
* Hopefully more clear comment to explain the change in #4607.antirez2018-01-181-3/+4
* fix assert problem in ZIP_DECODE_PREVLENSIZEqinchao2018-01-181-1/+1
* PSYNC2 fix - promoted slave should hold on to it's backlogOran Agra2018-01-181-0/+5