- 26 Sep, 2019 1 commit
-
-
nikhilajayk authored
-
- 23 Sep, 2019 7 commits
- 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 7 commits
- 17 Sep, 2019 4 commits
- 16 Sep, 2019 7 commits
-
-
Okada Haruki authored
-
antirez authored
-
antirez authored
Here we introduce a change in the way we convert values from Lua to Redis when RESP3 is selected: this is possible without breaking the fact we can return directly what a command returned, because there is no Redis command in RESP2 that returns true or false to Lua, so the conversion in the case of RESP2 is totally arbitrary. When a script is written selecting RESP3 from Lua, it totally makes sense to change such behavior and return RESP3 true/false when Lua true/false is returned.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-