- 05 Dec, 2019 1 commit
-
-
Eran Liberty authored
+ memcpy(&id,ri.key,sizeof(id)); The memcpy from the key to the id reliease on the fact that this key *should* be 8 bytes long as it was entered as such a few lines up the code. BUT if someone will change the code to the point this is no longer true, current code can trash the stack which makes debugging very hard while this fix will result in some garbage id, or even page fault. Both are preferable to stack mangaling.
-
- 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 6 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
-
- 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 23 commits
-
-
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).
-
antirez authored
-
Salvatore Sanfilippo authored
Added scan implementation to module api.
-
Salvatore Sanfilippo authored
-
antirez authored
-
Salvatore Sanfilippo authored
module docs, missing LOADING flag
-
Salvatore Sanfilippo authored
Add RM_ModuleTypeReplaceValue.
-
Salvatore Sanfilippo authored
Redis Module API calls to allow re-use of data type RDB save/load.
-