Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fix | Guy Korland | 2018-09-16 | 1 | -1/+1 |
* | Modules API: blocked client disconnection callback. | antirez | 2018-04-12 | 1 | -0/+22 |
* | Modules API: blocked client free callback modified to get a context. | antirez | 2018-04-09 | 1 | -1/+2 |
* | Allow certain modules APIs only defining REDISMODULE_EXPERIMENTAL_API. | antirez | 2017-07-14 | 1 | -0/+1 |
* | Modules TSC: HELLO.KEYS reply format fixed. | antirez | 2017-05-03 | 1 | -13/+15 |
* | Modules TSC: HELLO.KEYS example draft finished. | antirez | 2017-05-03 | 1 | -6/+35 |
* | Modules TSC: Release the GIL for all the time we are blocked. | antirez | 2017-05-03 | 1 | -0/+42 |
* | Modules: use RedisModule_AbortBlock() in the example. | antirez | 2016-10-13 | 1 | -1/+1 |
* | Example modules: remove warnings about types and not used args. | antirez | 2016-10-13 | 1 | -0/+7 |
* | Modules: blocking command example added.module-blocking-commands | antirez | 2016-10-07 | 1 | -0/+115 |