- 17 Dec, 2019 2 commits
-
-
Madelyn Olson authored
-
Madelyn Olson authored
-
- 31 Oct, 2019 3 commits
-
-
antirez authored
-
antirez authored
Using the is_key_ready() callback plus the reply callback later, creates different issues AFAIK: 1. More complex API. 2. We need to call the reply callback() ASAP if the is_key_ready() interface returned success, however the internals do not work in that way, so when the reply callback is called the setup could be different. To fix that, there is to break the current design that handles the unblocked clients asyncrhonously, and run the list ASAP.
-
antirez authored
-
- 23 Oct, 2019 4 commits
- 24 Mar, 2019 2 commits
-
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 21 Mar, 2019 4 commits
-
-
Dvir Volk authored
-
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
-
- 19 Mar, 2019 1 commit
-
-
Dvir Volk authored
-
- 18 Mar, 2019 3 commits
-
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 27 Sep, 2018 2 commits
- 26 Sep, 2018 3 commits
- 19 Sep, 2018 1 commit
-
-
antirez authored
-
- 16 Sep, 2018 1 commit
-
-
Guy Korland authored
-
- 13 Sep, 2018 1 commit
-
-
Guy Korland authored
No need to return "+OK" in this case since the result is an Array of all the nodes
-
- 03 Jul, 2018 1 commit
-
-
Jack Drogon authored
-
- 12 Apr, 2018 2 commits
- 09 Apr, 2018 1 commit
-
-
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.
-
- 31 Mar, 2018 1 commit
-
-
antirez authored
-
- 30 Mar, 2018 3 commits
- 14 Feb, 2018 4 commits
- 07 Jan, 2018 1 commit
-
-
Dvir Volk authored
-