- 27 Sep, 2019 2 commits
-
-
Salvatore Sanfilippo authored
Module API for Forking
-
Salvatore Sanfilippo authored
-
- 26 Sep, 2019 6 commits
-
-
antirez authored
-
Oran Agra authored
And add a test for that.
-
antirez authored
Related to #6024.
-
Salvatore Sanfilippo authored
Adds a "Modules" section to `INFO`
-
Salvatore Sanfilippo authored
Allow modules to handle RDB loading errors.
-
Salvatore Sanfilippo authored
Add RedisModule_Assert() API call.
-
- 25 Sep, 2019 5 commits
-
-
Salvatore Sanfilippo authored
Add aarch64 uc_mcontext debug dump info
-
antirez authored
-
Salvatore Sanfilippo authored
DISCARD should not fail during OOM
-
Salvatore Sanfilippo authored
Seed SipHash with 128-bit key
-
antirez authored
-
- 23 Sep, 2019 8 commits
-
-
Mike A. Owens authored
SipHash expects a 128-bit key, and we were indeed generating 128-bits, but restricting them to hex characters 0-9a-f, effectively giving us only 4 bits-per-byte of key material, and 64 bits overall. Now, we skip the hex conversion and supply 128 bits of unfiltered random data.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 22 Sep, 2019 1 commit
-
-
valentino authored
discard command should not fail during OOM, otherwise client MULTI state will not be cleared.
-
- 20 Sep, 2019 14 commits
-
-
antirez authored
-
antirez authored
Better if it resembles the other similar code paths.
-
antirez authored
-
antirez authored
Thanks to @guybe7 for spotting the error in the original PR I merged.
-
Salvatore Sanfilippo authored
Spelling: Typo fixes for API documentation
-
Salvatore Sanfilippo authored
fix rdb function rdbLoadIntegerObject comment
-
Salvatore Sanfilippo authored
Fix typos in hyperloglog.c
-
Salvatore Sanfilippo authored
Fix compilation error
-
antirez authored
-
Salvatore Sanfilippo authored
RESP3: Fix function redisProtocolToLuaType about RESP3->Lua bools.
-
Salvatore Sanfilippo authored
Fix bad handling of unexpected yesno option
-
Evgeny authored
-
WuYunlong authored
-
WuYunlong authored
-
- 18 Sep, 2019 4 commits