- 29 Jan, 2020 2 commits
- 28 Jan, 2020 2 commits
- 27 Jan, 2020 1 commit
-
-
antirez authored
-
- 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 6 commits
-
-
Salvatore Sanfilippo authored
Add REDISMODULE_CTX_FLAGS_MULTI_DIRTY.
-
Salvatore Sanfilippo authored
typo fix in acl.c
-
Salvatore Sanfilippo authored
Adjusts 'io_threads_num' max in config.c
-
Salvatore Sanfilippo authored
Sentinel: avoid sentinel changes promoted_slave to be its own replica.
-
antirez authored
Fixes #6744.
-
hwware authored
-
- 07 Jan, 2020 4 commits
-
-
Leo Murillo authored
-
WuYunlong authored
-
yz1509 authored
-
WuYunlong authored
-
- 06 Jan, 2020 1 commit
-
-
WuYunlong authored
-
- 04 Jan, 2020 1 commit
-
-
Itamar Haber authored
Instead of 512, use the defined max from networking.c
-
- 01 Jan, 2020 2 commits
-
-
antirez authored
Likely fix #6723. This is what happens AFAIK: we enter the main loop where we expire stuff until a given percentage of keys is still found to be logically expired. There are however other potential exit conditions. However the "sampled" variable is not always incremented inside the loop, because we may found no valid slot as we scan the hash table, but just NULLs ad dict entries. So when the do/while loop condition is triggered at the end, we do (expired*100/sampled), dividing by zero if we sampled 0 keys.
-
John Sully authored
-
- 31 Dec, 2019 1 commit
-
-
ShooterIT authored
-