- 06 Feb, 2020 1 commit
-
-
Oran Agra authored
-
- 05 Feb, 2020 4 commits
-
-
Salvatore Sanfilippo authored
config.c verbose error replies for CONFIG SET, like config file parsing
-
Salvatore Sanfilippo authored
memoryGetKeys helper function so that ACL can limit access to keys for MEMORY command
-
Oran Agra authored
We noticed that the error replies for the generic mechanism for enums are very verbose for config file parsing, but not for config set command. instead of replicating this code, i did a small refactoring to share code between CONFIG SET and config file parsing. and also renamed the enum group functions to be consistent with the naming of other types.
-
Oran Agra authored
-
- 04 Feb, 2020 4 commits
-
-
Salvatore Sanfilippo authored
Set ZSKIPLIST_MAXLEVEL to 32
-
Salvatore Sanfilippo authored
Fix memory leak about lua script
-
WuYunlong authored
-
WuYunlong authored
-
- 03 Feb, 2020 3 commits
-
-
Salvatore Sanfilippo authored
TLS: Fix missing initialization in redis-cli.
-
Salvatore Sanfilippo authored
fix uninitialized info_cb var in module.c
-
Oran Agra authored
-
- 02 Feb, 2020 1 commit
-
-
Leo Murillo authored
-
- 30 Jan, 2020 2 commits
-
-
Salvatore Sanfilippo authored
ld2string should fail if string contains \0 in the middle
-
Guy Benoish authored
This bug affected RM_StringToLongDouble and HINCRBYFLOAT. I added tests for both cases. Main changes: 1. Fixed string2ld to fail if string contains \0 in the middle 2. Use string2ld in getLongDoubleFromObject - No point of having duplicated code here The two changes above broke RM_SaveLongDouble/RM_LoadLongDouble because the long double string was saved with length+1 (An innocent mistake, but it's actually a bug - The length passed to RM_SaveLongDouble should not include the last \0).
-
- 29 Jan, 2020 3 commits
-
-
Yossi Gottlieb authored
-
antirez authored
-
Salvatore Sanfilippo authored
Modules: Fix blocked-client-related memory leak
-
- 15 Jan, 2020 2 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Make error when submitting command in incorrect context more explicit
-
- 13 Jan, 2020 8 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Fix potential memory leak of rioWriteBulkStreamID().
-
antirez authored
Related to #6054.
-
antirez authored
-
antirez authored
Related to #6110.
-
Salvatore Sanfilippo authored
Enhance IO Threaded: use main thread to handle read/write work
-
- 10 Jan, 2020 7 commits
-
-
Vasyl Melnychuk authored
So error message `ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / PING / QUIT allowed in this context` will become `ERR 'get' command submitted, but only (P)SUBSCRIBE / (P)UNSUBSCRIBE / PING / QUIT allowed in this context`
-
antirez authored
-
Salvatore Sanfilippo authored
Rename rdb when replica finish receiving rdb asynchronously
-
antirez authored
We exit later, so no bug fixed, but it is more correct. See #6054, thanks to @ShooterIT for finding the issue.
-
antirez authored
-
Salvatore Sanfilippo authored
Fix bug on KEYS command where pattern starts with * followed by \x00
-
Salvatore Sanfilippo authored
Update to directive in redis.conf (missing s)
-
- 09 Jan, 2020 3 commits
-
-
Salvatore Sanfilippo authored
Blocking XREAD[GROUP] should always reply with valid data (or timeout)
-
Salvatore Sanfilippo authored
Add support for incremental build with header files
-
Salvatore Sanfilippo authored
Fix petential cluster link error.
-
- 08 Jan, 2020 2 commits
-
-
Salvatore Sanfilippo authored
Add REDISMODULE_CTX_FLAGS_MULTI_DIRTY.
-
Salvatore Sanfilippo authored
typo fix in acl.c
-