summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge github.com:antirez/redis into unstablevattezhang2019-04-2638-118/+1026
| |\
| * | fix: fix benchmark cannot exit when NOAUTH err happensvattezhang2019-03-131-3/+2
| * | Merge branch 'unstable' of github.com:antirez/redis into unstablevattezhang2019-03-1316-76/+204
| |\ \
| * \ \ Merge branch 'unstable' of github.com:antirez/redis into unstablevattezhang2019-03-1220-285/+2778
| |\ \ \
| * | | | fix: fix sentinel command table and new flags formatvattezhang2019-02-272-4/+10
| * | | | benchmark: add auth check in benchmarkvattezhang2019-02-181-0/+6
* | | | | Merge pull request #5971 from devnexen/unstableSalvatore Sanfilippo2019-04-261-0/+1
|\ \ \ \ \
| * | | | | build fixDavid Carlier2019-03-281-0/+1
* | | | | | Merge pull request #6002 from yongman/fix-memleak-in-bitfieldSalvatore Sanfilippo2019-04-261-2/+8
|\ \ \ \ \ \
| * | | | | | Fix memleak in bitfieldCommandyongman2019-04-091-2/+8
* | | | | | | Merge pull request #6013 from rouzier/fix/stream_iterator_initSalvatore Sanfilippo2019-04-261-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix start and end key initializeJames Rouzier2019-04-111-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #6039 from git-hulk/fix/benchmark-coredump-in-argumentsSalvatore Sanfilippo2019-04-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | FIX: core dump in redis-benchmark when the `-r` is the last arggit-hulk2019-04-241-1/+1
| |/ / / / / /
* | | | | | | removed obsolete warning as per - https://github.com/antirez/redis/issues/5291abhay2019-04-261-7/+1
* | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-04-156-28/+64
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #5961 from yossigo/modules-testsSalvatore Sanfilippo2019-04-117-29/+64
| |\ \ \ \ \ \
| | * | | | | | Add runtest-moduleapi with commandfilter coverage.Yossi Gottlieb2019-03-246-29/+63
| | * | | | | | fix: missing initialization.Yossi Gottlieb2019-03-243-0/+1
| | | |/ / / / | | |/| | | |
* | | | | | | Test: disable module testing for now.antirez2019-04-151-1/+0
|/ / / / / /
* | | | | | Aesthetic change to #5962 to conform to Redis style.antirez2019-04-101-3/+1
* | | | | | Merge pull request #5962 from oranagra/module_blocked_replySalvatore Sanfilippo2019-04-103-6/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | slave corrupts replication stream when module blocked client uses large reply...Oran Agra2019-03-243-6/+15
| |/ / / /
* | | | | ACL: Fix memory leak in ACLResetSubcommandsForCommand().antirez2019-04-082-1/+3
* | | | | ACL: regression test for #5998.antirez2019-04-081-0/+7
* | | | | Fix assert comparison in fetchClusterSlotsConfiguration().antirez2019-04-081-1/+1
|/ / / /
* | | | Merge pull request #5944 from yossigo/command-filteringSalvatore Sanfilippo2019-03-229-9/+527
|\ \ \ \
| * | | | CommandFilter API: REDISMODULE_CMDFILTER_NOSELF.Yossi Gottlieb2019-03-214-15/+62
| * | | | CommandFilter API: fix UnregisterCommandFilter.Yossi Gottlieb2019-03-211-3/+2
| * | | | CommandFilter API: Add unregister option.Yossi Gottlieb2019-03-214-32/+126
| * | | | CommandFilter API: Extend documentation.Yossi Gottlieb2019-03-191-5/+43
| * | | | CommandFilter API: hellofilter and tests.Yossi Gottlieb2019-03-182-5/+47
| * | | | CommandFilter API: Support Lua and RM_call() flows.Yossi Gottlieb2019-03-182-7/+18
| * | | | CommandFilter API: More cleanup.Yossi Gottlieb2019-03-182-29/+10
| * | | | Add command filter Module API tests.Yossi Gottlieb2019-03-182-0/+28
| * | | | Add command filtering argument handling API.Yossi Gottlieb2019-03-183-13/+132
| * | | | Initial command filter experiment.Yossi Gottlieb2019-03-186-2/+161
* | | | | Merge pull request #3830 from oranagra/diskless_capa_prSalvatore Sanfilippo2019-03-222-0/+11
|\ \ \ \ \
| * | | | | diskless fork kept streaming RDB to a disconnected slaveOran Agra2019-03-211-0/+10
| * | | | | diskless replication - notify slave when rdb transfer failedOran Agra2019-03-201-0/+1
* | | | | | Merge pull request #5945 from dvirsky/miss_notificationSalvatore Sanfilippo2019-03-225-12/+36
|\ \ \ \ \ \
| * | | | | | Renamed event name from "miss" to "keymiss"Dvir Volk2019-03-212-5/+5
| * | | | | | remove extra linebreakDvir Volk2019-03-211-1/+0
| * | | | | | Added missing REDISMODULE_NOTIFY_KEY_MISS flag to REDISMODULE_NOTIFY_ALLDvir Volk2019-03-211-1/+1
| * | | | | | added special flag for keyspace miss notificationsDvir Volk2019-03-215-7/+12
| * | | | | | Added keyspace miss notifications supportDvir Volk2019-03-192-8/+28
| |/ / / / /
* | | | | | More sensible name for function: restartAOFAfterSYNC().antirez2019-03-211-3/+7
* | | | | | Mostly aesthetic changes to restartAOF().antirez2019-03-211-3/+7
* | | | | | Merge pull request #3829 from oranagra/restart_aof_prSalvatore Sanfilippo2019-03-211-4/+5
|\ \ \ \ \ \
| * | | | | | bugfix to restartAOF, exit will never happen since retry will get negative.oranagra2019-03-201-4/+5
| |/ / / / /