antirez
86274d062f
Modules TSC: HELLO.KEYS reply format fixed.
2017-05-03 23:43:49 +02:00
antirez
e89b3655b8
Modules TSC: HELLO.KEYS example draft finished.
2017-05-03 14:08:12 +02:00
antirez
441c323498
Modules TSC: Release the GIL for all the time we are blocked.
...
Instead of giving the module background operations just a small time to
run in the beforeSleep() function, we can have the lock released for all
the time we are blocked in the multiplexing syscall.
2017-05-03 11:26:21 +02:00
antirez
0d55b08656
Modules: use RedisModule_AbortBlock() in the example.
2016-10-13 17:00:45 +02:00
antirez
626270fc82
Example modules: remove warnings about types and not used args.
2016-10-13 12:43:18 +02:00
antirez
33223ded21
Modules: blocking command example added.
2016-10-07 16:35:06 +02:00