- 21 Sep, 2016 1 commit
-
-
Dvir Volk authored
-
- 09 Sep, 2016 1 commit
-
-
antirez authored
-
- 03 Aug, 2016 2 commits
- 02 Aug, 2016 2 commits
-
-
antirez authored
RedisModule_StringRetain() allows, when automatic memory management is on, to keep string objects living after the callback returns. Can also be used in order to use Redis reference counting of objects inside modules. The reason why this is useful is that sometimes when implementing new data types we want to reference RedisModuleString objects inside the module private data structures, so those string objects must be valid after the callback returns even if not referenced inside the Redis key space.
-
antirez authored
-
- 23 Jun, 2016 3 commits
-
-
antirez authored
-
antirez authored
This commit changes what provided by PR #3315 (merged) in order to let the user specify the log level as a string. The define could be also used, but when this happens, they must be decoupled from the defines in the Redis core, like in the other part of the Redis modules implementations, so that a switch statement (or a function) remaps between the two, otherwise we are no longer free to change the internal Redis defines.
-
Yossi Gottlieb authored
-
- 22 Jun, 2016 2 commits
-
-
Yossi Gottlieb authored
-
antirez authored
-
- 13 Jun, 2016 2 commits
- 10 Jun, 2016 2 commits
- 04 Jun, 2016 2 commits
- 03 Jun, 2016 3 commits
- 29 May, 2016 1 commit
-
-
jamespedwards42 authored
-
- 14 May, 2016 1 commit
-
-
antirez authored
-
- 10 May, 2016 18 commits
-
-
antirez authored
-
antirez authored
-
Ramon Snir authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Itamar Haber authored
-