- 22 Nov, 2019 1 commit
-
-
zhaozhao.zz authored
To avoid nested MULTI/EXEC, we check the lua_caller's flag, if we are in the MULTI context we flag the lua_client as CLIENT_MULTI, but it's not enough we shoud flag lua_client as CLIENT_MULTI after redis.replicate_commands() immediately or the first write command after redis.replicate_commands() cannot know it's in an transaction, I know the missing CLIENT_MULTI doesn't have any effect now, but it's a real bug and we should fix it, in case someday we allow some dangerous command like BLPOP.
-
- 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 3 commits
-
-
Salvatore Sanfilippo authored
Adjustments for active defrag defaults
-
Salvatore Sanfilippo authored
fix typo in scripting.acl
-
Daniel Dai authored
-
- 19 Nov, 2019 27 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.
-
Salvatore Sanfilippo authored
Slightly more efficient RM_ReplyWithEmptyString
-
Salvatore Sanfilippo authored
XADD with ID 0-0 stores an empty key
-
Salvatore Sanfilippo authored
Update mkreleasehdr.sh
-
喜欢兰花山丘 authored
fix date +%s errata
-
- 18 Nov, 2019 3 commits