- 03 Oct, 2018 20 commits
-
-
antirez authored
The burden of having to always create RedisModuleString objects within a module context was too much, especially now that we have threaded operations and modules are doing more interesting things. The context in the string API is currently only used for automatic memory managemnet, so now the API was modified so that the user can opt-out this feature by passing a NULL context.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Fixes #5354.
-
artix authored
if node is neither migrating nor importing.
-
Guy Korland authored
No need to return "+OK" in this case since the result is an Array of all the nodes
-
Guy Korland authored
-
Guy Korland authored
-
Guy Korland authored
Extended the RedisModule_HashSet doc to mark that each call must end with NULL
-
antirez authored
-
- 14 Sep, 2018 20 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
This creates an incentive to run the command and as a side effect experience the art piece inside.
-
antirez authored
-
antirez authored
-
antirez authored
-
Slobodan Mišković authored
-
antirez authored
Close #5345.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-