- 01 Dec, 2019 1 commit
-
- 29 Nov, 2019 1 commit
-
-
antirez authored
-
- 25 Nov, 2019 4 commits
-
-
Salvatore Sanfilippo authored
try to fix an unstable test (module hook for loading progress)
-
Salvatore Sanfilippo authored
Add macro in bio.h
-
Salvatore Sanfilippo authored
fix move command: WATCH/MULTI/EXEC mechanism breaks
-
Salvatore Sanfilippo authored
Add missing header
-
- 22 Nov, 2019 6 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Refactored configs into types that can be generic
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
- 21 Nov, 2019 7 commits
-
-
Salvatore Sanfilippo authored
Add module api for looking into INFO fields
-
Salvatore Sanfilippo authored
-
Salvatore Sanfilippo authored
Support streams in general module API functions
-
antirez authored
-
Salvatore Sanfilippo authored
Expose used memory to modules via redismodule api
-
Salvatore Sanfilippo authored
-
Daniel Dai authored
macro fix
-
- 20 Nov, 2019 4 commits
-
-
Madelyn Olson authored
-
Salvatore Sanfilippo authored
Adjustments for active defrag defaults
-
Salvatore Sanfilippo authored
fix typo in scripting.acl
-
Daniel Dai authored
-
- 19 Nov, 2019 17 commits
-
-
Oran Agra authored
there were two lssues, one is taht BGREWRITEAOF failed since the initial one was still in progress the solution for this one is to enable appendonly from the server startup so there's no initial aofrw. the other problem was 0 loading progress events, theory is that on some platforms a sleep of 1 will cause a much greater delay due to the context switch, but on other platform it doesn't. in theory a sleep of 100 micro for 1k keys whould take 100ms, and with hz of 500 we should be gettering 50 events (one every 2ms). in practise it doesn't work like that, so trying to find a sleep that would be long enough but still not cause the test to take too long.
-
Salvatore Sanfilippo authored
Module API: add support for long double conversions and replies
-
Salvatore Sanfilippo authored
-
Salvatore Sanfilippo authored
rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFU
-
antirez authored
-
Salvatore Sanfilippo authored
Redis sentinel kill pubsub client connections as well
-
antirez authored
-
Salvatore Sanfilippo authored
fix leak in module api rdb test
-
antirez authored
-
Salvatore Sanfilippo authored
Update adlist.h
-
Salvatore Sanfilippo authored
Improve RM_Call() errno classification.
-
Salvatore Sanfilippo authored
aof: fix assignment for aof_fsync_offset
-
Salvatore Sanfilippo authored
test infra: improve prints on failed assertions
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
expires & blocking: handle ready keys as call()
-
Yossi Gottlieb authored
RM_Call() will now use EBADF and ENONET in addition to EINVAL in order to provide more information about errors (i.e. when return value is NULL).
-