- 26 Apr, 2019 5 commits
-
-
Salvatore Sanfilippo authored
build fix
-
Salvatore Sanfilippo authored
Fix memleak in bitfieldCommand
-
Salvatore Sanfilippo authored
Fix stream interator start and end key initialize
-
Salvatore Sanfilippo authored
FIX: coredump in redis-benchmark
-
-
- 24 Apr, 2019 1 commit
-
-
git-hulk authored
-
- 15 Apr, 2019 2 commits
- 11 Apr, 2019 2 commits
-
-
James Rouzier authored
-
Salvatore Sanfilippo authored
Modules tests
-
- 10 Apr, 2019 2 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
slave corrupts replication stream when module blocked client uses large reply (or POSTPONED_ARRAY)
-
- 09 Apr, 2019 1 commit
-
-
yongman authored
-
- 08 Apr, 2019 3 commits
- 28 Mar, 2019 1 commit
-
-
David Carlier authored
-
- 24 Mar, 2019 3 commits
-
-
Oran Agra authored
when redis appends the blocked client reply list to the real client, it didn't bother to check if it is in fact the master client. so a slave executing that module command will send replies to the master, causing the master to send the slave error responses, which will mess up the replication offset (slave will advance it's replication offset, and the master does not)
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 22 Mar, 2019 3 commits
-
-
Salvatore Sanfilippo authored
Command Filtering API
-
Salvatore Sanfilippo authored
several bugfixes to diskless replication
-
Salvatore Sanfilippo authored
Added keyspace miss notifications support
-
- 21 Mar, 2019 17 commits
-
-
Dvir Volk authored
-
Oran Agra authored
-
Yossi Gottlieb authored
Add a flag to automatically protect filters from being called recursively by their own module.
-
Yossi Gottlieb authored
-
antirez authored
Related to #3829.
-
antirez authored
See #3829.
-
Salvatore Sanfilippo authored
bugfix to restartAOF, exit will never happen
-
Yossi Gottlieb authored
A filter handle is returned and can be used to unregister a filter. In the future it can also be used to further configure or manipulate the filter. Filters are now automatically unregistered when a module unloads.
-
Salvatore Sanfilippo authored
change SORT and SPOP to use lookupKeyWrite rather than lookupKeyRead
-
antirez authored
-
Salvatore Sanfilippo authored
Fix zrealloc to behave similarly to je_realloc when size is 0
-
Salvatore Sanfilippo authored
Add log when server dies of SIGTERM during loading
-
Salvatore Sanfilippo authored
getKeysFromCommand for TOUCH only extracted the first key.
-
Salvatore Sanfilippo authored
Add RedisModule_GetKeyNameFromIO()
-
Dvir Volk authored
-
Dvir Volk authored
-
Dvir Volk authored
-