- 05 Apr, 2022 1 commit
-
-
judeng authored
-
- 01 Feb, 2022 1 commit
-
-
sundb authored
-
- 19 Jul, 2021 1 commit
-
-
Huang Zhw authored
src/modules make failed. As in #3718 testmodule.c was removed. But the makefile was not updated
-
- 17 Dec, 2019 1 commit
-
-
Madelyn Olson authored
-
- 23 Oct, 2019 1 commit
-
-
antirez authored
-
- 24 Mar, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 18 Mar, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 26 Sep, 2018 1 commit
-
-
antirez authored
-
- 30 Mar, 2018 2 commits
- 14 Feb, 2018 2 commits
- 07 Oct, 2016 2 commits
- 02 Oct, 2016 1 commit
-
-
antirez authored
-
- 09 Sep, 2016 1 commit
-
-
antirez authored
-
- 02 Aug, 2016 1 commit
-
-
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.
-
- 03 Jun, 2016 1 commit
-
-
antirez authored
-
- 10 May, 2016 2 commits