| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use $^ instead of $< for linker in module makefile (#10530) | judeng | 2022-04-05 | 1 | -8/+8 |
| | | |||||
| * | Fix src/modules build issue on OS X 11 (#10224) | sundb | 2022-02-01 | 1 | -0/+7 |
| | | |||||
| * | Remove testmodule in src/modules/Makefile. (#9250) | Huang Zhw | 2021-07-19 | 1 | -6/+1 |
| | | | | src/modules make failed. As in #3718 testmodule.c was removed. But the makefile was not updated | ||||
| * | Add module APIs for custom authentication | Madelyn Olson | 2019-12-17 | 1 | -1/+6 |
| | | |||||
| * | Module hooks: fixes and an example module. | antirez | 2019-10-23 | 1 | -1/+7 |
| | | |||||
| * | Add runtest-moduleapi with commandfilter coverage. | Yossi Gottlieb | 2019-03-24 | 1 | -6/+1 |
| | | |||||
| * | Initial command filter experiment. | Yossi Gottlieb | 2019-03-18 | 1 | -1/+5 |
| | | |||||
| * | Modules: remove useless defines in hellotimer.c | antirez | 2018-09-26 | 1 | -1/+6 |
| | | |||||
| * | Modules Timer API: fix infinite loop and export API. | antirez | 2018-03-31 | 1 | -1/+6 |
| | | |||||
| * | Modules Cluster API: add a simple example module. | antirez | 2018-03-30 | 1 | -1/+6 |
| | | |||||
| * | Modules: blocking commands WIP: API exported, a first example. | antirez | 2016-10-07 | 1 | -1/+6 |
| | | |||||
| * | Enable warning in example modules Makefile. | antirez | 2016-10-07 | 1 | -2/+2 |
| | | |||||
| * | Add compiler optimizations to example module makefile. | antirez | 2016-10-02 | 1 | -2/+2 |
| | | |||||
| * | Example modules: Add C99 standard to cflags. | antirez | 2016-09-09 | 1 | -2/+2 |
| | | |||||
| * | Modules: StringAppendBuffer() and ability to retain strings. | antirez | 2016-08-02 | 1 | -1/+6 |
| | | | | | | | | | | | | | | RedisModule_StringRetain() allows, when automatic memory management is on, to keep string objects living after the callback returns. Can also be used in order to use Redis reference counting of objects inside modules. The reason why this is useful is that sometimes when implementing new data types we want to reference RedisModuleString objects inside the module private data structures, so those string objects must be valid after the callback returns even if not referenced inside the Redis key space. | ||||
| * | Modules: support for modules native data types. | antirez | 2016-06-03 | 1 | -1/+6 |
| | | |||||
| * | fixed makefile for linux | Dvir Volk | 2016-05-10 | 1 | -2/+12 |
| | | |||||
| * | Modules: first preview 31 March 2016. | antirez | 2016-05-10 | 1 | -0/+17 |
