summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* CG: fix raxFind() retval check in streamCreateCG().antirez2018-03-151-1/+2
* CG: data structures design + XGROUP CREATE implementation.antirez2018-03-154-2/+143
* 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
* Stream: update the listpack pointer in streamTrimByLength().antirez2018-03-011-0/+3
* Remove warning from lpGet snprintf().antirez2018-03-011-1/+1
* redis-cli: fix missed unit in array. Change define name.antirez2018-03-011-5/+5
* Merge pull request #4714 from charsyam/feature/fix-out-of-index-rangeSalvatore Sanfilippo2018-03-011-2/+3
|\
| * fix-out-of-index-range-for-redis-cli-findbigkeycharsyam2018-02-271-2/+3
* | Actually use ae_flags to add AE_BARRIER if needed.antirez2018-02-281-1/+1
* | Merge pull request #4715 from charsyam/feature/refactoring-make-condition-cle...Salvatore Sanfilippo2018-02-271-2/+2
|\ \
| * | refactoring-make-condition-clear-for-rdbcharsyam2018-02-271-2/+2
| |/
* | expireIfNeeded() needed a top comment documenting the behavior.antirez2018-02-271-0/+19
* | expireIfNeeded() comment: claim -> pretend.antirez2018-02-271-1/+1
* | 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
|/
* Merge pull request #3828 from oranagra/sdsnewlen_prSalvatore Sanfilippo2018-02-276-11/+19
|\
| * add SDS_NOINIT option to sdsnewlen to avoid unnecessary memsets.oranagra2017-02-236-11/+19
* | 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
|\ \ \ \ \