- 24 Oct, 2019 2 commits
- 23 Oct, 2019 27 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
We can't use the same client at the same time when re-entering the hook.
-
antirez authored
-
antirez authored
Calling a module hook callback may result in callback operations in turn triggering other events the module is subscribed too. We don't want to trigger those, it's unsafe and quite confusing, and to do it correcly we would need to maintain an event list: quite a more complex implementation.
-
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
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
In 32 bit systems casting to "long" will cut the result to 32 bit.
-
- 17 Oct, 2019 3 commits
- 16 Oct, 2019 4 commits
-
-
Salvatore Sanfilippo authored
Abstract Connections I/O API & TLS Support
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Salvatore Sanfilippo authored
Addition of RedisModule_OnUnload hook
-
- 15 Oct, 2019 3 commits
-
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 10 Oct, 2019 1 commit
-
-
antirez authored
-