- 23 Apr, 2018 8 commits
- 19 Apr, 2018 2 commits
- 18 Apr, 2018 1 commit
-
-
antirez authored
-
- 17 Apr, 2018 2 commits
- 13 Apr, 2018 4 commits
-
-
Salvatore Sanfilippo authored
Modules Timer API: fix wrong raxInsert() usage
-
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 2 commits
- 11 Apr, 2018 3 commits
- 09 Apr, 2018 5 commits
-
-
antirez authored
Plus freeMemoryIfNeeded() refactoring to improve legibility. Please review this commit for sanity.
-
antirez authored
-
antirez authored
-
antirez authored
This way it is possible to use conditional compilation to be compatible with a larger amount of Redis versions, however note that this breaks binary compatibiltiy, so the module must be compiled with the corresponding redismodule.h file depending on the version of Redis targeted.
-
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 3 commits
- 30 Mar, 2018 7 commits