- 07 Jun, 2018 1 commit
-
-
Itamar Haber authored
-
- 13 Apr, 2018 3 commits
-
-
zhaozhao.zz authored
-
antirez authored
This is useful in the reply and timeout callback, if the module wants to do some cleanup of the blocked client handle that may be stored around in the module-private data structures.
-
antirez authored
-
- 12 Apr, 2018 1 commit
-
-
antirez authored
-
- 11 Apr, 2018 3 commits
- 09 Apr, 2018 3 commits
-
-
antirez authored
Plus freeMemoryIfNeeded() refactoring to improve legibility. Please review this commit for sanity.
-
antirez authored
-
antirez authored
Note that this was an experimental API that can only be enabled with REIDSMODULE_EXPERIMENTAL_API, so it is subject to change until its promoted to stable API. Sorry for the breakage, it is trivial to resolve btw. This change will not be back ported to Redis 4.0.
-
- 05 Apr, 2018 1 commit
-
-
antirez authored
-
- 01 Apr, 2018 2 commits
- 31 Mar, 2018 2 commits
- 30 Mar, 2018 9 commits
- 29 Mar, 2018 1 commit
-
-
antirez authored
-
- 01 Mar, 2018 1 commit
-
-
charsyam authored
-
- 15 Feb, 2018 1 commit
-
-
antirez authored
-
- 14 Feb, 2018 5 commits
- 07 Jan, 2018 1 commit
-
-
Dvir Volk authored
-
- 29 Dec, 2017 1 commit
-
-
Oran Agra authored
- protocol parsing (processMultibulkBuffer) was limitted to 32big positions in the buffer readQueryFromClient potential overflow - rioWriteBulkCount used int, although rioWriteBulkString gave it size_t - several places in sds.c that used int for string length or index. - bugfix in RM_SaveAuxField (return was 1 or -1 and not length) - RM_SaveStringBuffer was limitted to 32bit length
-
- 24 Nov, 2017 1 commit
-
-
antirez authored
-
- 23 Nov, 2017 1 commit
-
-
antirez authored
See issue #4466 / #4467.
-
- 22 Nov, 2017 1 commit
-
-
Yossi Gottlieb authored
For example: 1. A module command called within a MULTI section. 2. A Lua script with replicate_commands() called within a MULTI section. 3. A module command called from a Lua script in the above context.
-
- 28 Sep, 2017 2 commits
-
-
antirez authored
-
zhaozhao.zz authored
-