- 22 Jul, 2019 1 commit
-
-
Oran Agra authored
Other changes: * fix memory leak in error handling of rdb loading of type OBJ_MODULE
-
- 12 Jun, 2019 1 commit
-
-
swilly22 authored
-
- 16 Apr, 2019 1 commit
-
-
Itamar Haber authored
Signed-off-by:
Itamar Haber <itamar@redislabs.com>
-
- 21 Mar, 2019 4 commits
-
-
Yossi Gottlieb authored
Add a flag to automatically protect filters from being called recursively by their own module.
-
Yossi Gottlieb authored
A filter handle is returned and can be used to unregister a filter. In the future it can also be used to further configure or manipulate the filter. Filters are now automatically unregistered when a module unloads.
-
Dvir Volk authored
-
Dvir Volk authored
-
- 18 Mar, 2019 3 commits
-
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 15 Mar, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 11 Mar, 2019 1 commit
-
-
swilly22 authored
-
- 20 Dec, 2018 3 commits
-
-
antirez authored
-
antirez authored
-
MeirShpilraien authored
-
- 27 Sep, 2018 1 commit
-
-
antirez authored
-
- 26 Sep, 2018 1 commit
-
-
antirez authored
-
- 21 Sep, 2018 1 commit
-
-
antirez authored
-
- 19 Sep, 2018 2 commits
- 13 Apr, 2018 1 commit
-
-
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.
-
- 12 Apr, 2018 1 commit
-
-
antirez authored
-
- 11 Apr, 2018 1 commit
-
-
antirez authored
In some modules it may be useful to have an idea about being near to OOM. Anyway additionally an explicit call to get the fill ratio will be added in the future.
-
- 09 Apr, 2018 4 commits
-
-
antirez authored
Plus freeMemoryIfNeeded() refactoring to improve legibility. Please review this commit for sanity.
-
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
- 30 Mar, 2018 8 commits
- 14 Feb, 2018 2 commits