summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ae.c: insetad of not firing, on AE_BARRIER invert the sequence.fsync-safetyantirez2018-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-232-6/+29
* Fix ziplist prevlen encoding description. See #4705.antirez2018-02-231-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
* Merge pull request #4479 from dvirsky/notifySalvatore Sanfilippo2018-02-155-36/+302
|\
| * Add doc comment about notification flagsDvir Volk2018-02-141-0/+1
| * Add REDISMODULE_NOTIFY_STREAM flag to support stream notificationsDvir Volk2018-02-141-1/+2
| * Fix indentation and comment style in testmoduleDvir Volk2018-02-141-98/+92
| * Use one static client for all keyspace notification callbacksDvir Volk2018-02-141-7/+11
| * Remove the NOTIFY_MODULE flag and simplify the module notification flow if th...Dvir Volk2018-02-143-9/+5
| * Document flags for notificationsDvir Volk2018-02-141-1/+17
| * removed some trailing whitespacesDvir Volk2018-02-141-2/+0
| * removed hellonotify.cDvir Volk2018-02-143-87/+1
| * fixed testDvir Volk2018-02-141-1/+7
| * finished implementation of notifications. Tests unfinishedDvir Volk2018-02-147-2/+338
* | Fix typo in notifyKeyspaceEvent() comment.antirez2018-02-151-1/+1
|/
* Merge pull request #4685 from charsyam/refactoring/set_max_latencySalvatore Sanfilippo2018-02-131-2/+2
|\
| * getting rid of duplicated codecharsyam2018-02-141-2/+2
|/
* More verbose logging when slave sends errors to master.antirez2018-02-131-2/+6
* Merge pull request #3832 from oranagra/slave_reply_to_master_prSalvatore Sanfilippo2018-02-131-0/+2
|\
| * when a slave experiances an error on commands that come from master, print to...oranagra2017-02-231-0/+2
* | Merge pull request #3745 from guybe7/unstableSalvatore Sanfilippo2018-02-133-2/+7
|\ \
| * \ Merge branch 'unstable' of https://github.com/antirez/redis into unstableGuy Benoish2017-05-09178-17301/+8765
| |\ \
| * \ \ Merge branch 'unstable' of https://github.com/antirez/redis into unstableGuy Benoish2017-03-02182-6523/+17985
| |\ \ \
| * | | | enlarged buffer given to ld2stringGuy Benoish2017-01-113-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
* | | | | Merge pull request #4684 from oranagra/latency_monitor_maxSalvatore Sanfilippo2018-02-131-0/+1
|\ \ \ \ \
| * | | | | fix to latency monitor reporting wrong max latencyOran Agra2018-02-131-0/+1
|/ / / / /
* | | | | Rax updated to latest antirez/rax commit.antirez2018-02-021-2/+2
* | | | | Merge pull request #4269 from jianqingdu/unstableSalvatore Sanfilippo2018-01-241-2/+2
|\ \ \ \ \
| * | | | | fix not call va_end when syncWrite() failedjianqingdu2017-08-301-2/+2
* | | | | | Merge pull request #4628 from mnunberg/patch-1Salvatore Sanfilippo2018-01-241-1/+1
|\ \ \ \ \ \
| * | | | | | redismodule.h: Check ModuleNameBusy before calling itMark Nunberg2018-01-231-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-171-3/+2
* | | | | | Merge pull request #4546 from hqin6/unstableSalvatore Sanfilippo2018-01-171-1/+3
|\ \ \ \ \ \
| * | | | | | fixbug for #4545 dead loop aof rewriteheqin2018-01-171-1/+1
| * | | | | | fixbug for #4545 dead loop aof rewriteheqin2017-12-181-1/+3
* | | | | | | Merge pull request #4609 from Qinch/unstableSalvatore Sanfilippo2018-01-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix assert problem in ZIP_DECODE_PREVLENSIZEqinchao2018-01-161-1/+1
* | | | | | | | Hopefully more clear comment to explain the change in #4607.antirez2018-01-161-3/+4
|/ / / / / / /
* | | | | | | Merge pull request #4607 from oranagra/psync2_backlogSalvatore Sanfilippo2018-01-161-0/+5
|\ \ \ \ \ \ \
| * | | | | | | PSYNC2 fix - promoted slave should hold on to it's backlogOran Agra2018-01-161-0/+5
|/ / / / / / /