| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'unstable' into module-long-double | Salvatore Sanfilippo | 2019-11-19 | 5 | -2/+393 |
|\ |
|
| * | Merge pull request #6557 from oranagra/rm_lru_lfu_revized | Salvatore Sanfilippo | 2019-11-19 | 1 | -10/+56 |
| |\ |
|
| | * | rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFU | Oran Agra | 2019-11-10 | 1 | -10/+56 |
| * | | Merge pull request #6558 from oranagra/module_testrdb_leak | Salvatore Sanfilippo | 2019-11-19 | 1 | -1/+4 |
| |\ \ |
|
| | * | | fix leak in module api rdb test | Oran Agra | 2019-11-10 | 1 | -1/+4 |
| | |/ |
|
| * | | Merge branch 'unstable' into scan_module_impl | Salvatore Sanfilippo | 2019-11-19 | 2 | -1/+163 |
| |\ \ |
|
| | * | | Add ModuleDataType to/from string serialization. | Yossi Gottlieb | 2019-11-04 | 2 | -1/+163 |
| | |/ |
|
| * | | Add RM_ScanKey to scan hash, set, zset, changes to RM_Scan API | Oran Agra | 2019-11-11 | 1 | -30/+77 |
| * | | Added scan implementation to module api. | meir@redislabs.com | 2019-11-11 | 2 | -1/+64 |
| |/ |
|
| * | Merge pull request #6540 from oranagra/simple_module_api_tests | Salvatore Sanfilippo | 2019-11-04 | 1 | -0/+69 |
| |\ |
|
| | * | Test coverage for new module APIs: dbsize, flushall, randomkey, lru get/set | Oran Agra | 2019-11-04 | 1 | -0/+69 |
* | | | RM_CreateStringFromLongDouble: use new ld2string 'mode' type | artix | 2019-11-04 | 1 | -0/+4 |
* | | | Fix RedisModule_ReplyWithLongDouble ptr definition, add tests | artix | 2019-11-04 | 1 | -1/+39 |
|/ / |
|
* | | Merge pull request #6531 from oranagra/rm_save_long_double | Salvatore Sanfilippo | 2019-11-04 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | Module API for loading and saving long double | Oran Agra | 2019-11-03 | 1 | -1/+8 |
* | | Merge pull request #6535 from guybe7/module_block_on_keys_tests | Salvatore Sanfilippo | 2019-11-04 | 2 | -1/+263 |
|\ \ |
|
| * | | Modules: Test RedisModule_BlockClientOnKeys | Guy Benoish | 2019-11-04 | 2 | -1/+263 |
| |/ |
|
* | | Modules hooks: complete missing hooks for the initial set of hooks | Oran Agra | 2019-10-29 | 1 | -12/+244 |
|/ |
|
* | Module api tests for RM_Call | Oran Agra | 2019-10-28 | 3 | -1/+61 |
* | Merge pull request #6496 from oranagra/module_tests_valgrind | Salvatore Sanfilippo | 2019-10-28 | 2 | -0/+13 |
|\ |
|
| * | Make module tests pass with valgrind, and fix a leak in diskless load | Oran Agra | 2019-10-24 | 2 | -0/+13 |
* | | Modules: improve tests Makefile. | Yossi Gottlieb | 2019-10-24 | 1 | -24/+15 |
* | | Modules hooks: test flush event. | antirez | 2019-10-24 | 1 | -0/+2 |
* | | Modules hooks: test module draft. | antirez | 2019-10-23 | 2 | -1/+82 |
|/ |
|
* | Modules: add RM_Replicate() Tcl test file & fix the module. | antirez | 2019-10-03 | 1 | -0/+1 |
* | Modules: RM_Replicate() test with threads. | antirez | 2019-10-03 | 1 | -2/+23 |
* | Modules: RM_Replicate() test module: initial implementation. | antirez | 2019-10-03 | 2 | -1/+86 |
* | Merge remote-tracking branch 'antirez/unstable' into modules_info | Oran Agra | 2019-09-30 | 3 | -1/+333 |
|\ |
|
| * | Merge branch 'unstable' into modules_fork | Salvatore Sanfilippo | 2019-09-27 | 2 | -1/+245 |
| |\ |
|
| | * | Add test for module diskless short reads | Oran Agra | 2019-07-30 | 1 | -1/+12 |
| | * | Implement module api for aux data in rdb | Oran Agra | 2019-07-22 | 2 | -1/+234 |
| * | | Module API for Forking | Oran Agra | 2019-07-17 | 2 | -1/+89 |
| |/ |
|
* | | Module INFO, support default section for simple modules | Oran Agra | 2019-08-18 | 1 | -0/+3 |
* | | Module INFO, add support for dict fields, rename API to have common prefix | Oran Agra | 2019-08-18 | 1 | -10/+16 |
* | | Extend modules API to allow modules report to redis INFO | Oran Agra | 2019-07-24 | 2 | -1/+38 |
|/ |
|
* | Add runtest-moduleapi with commandfilter coverage. | Yossi Gottlieb | 2019-03-24 | 2 | -14/+38 |
* | fix: missing initialization. | Yossi Gottlieb | 2019-03-24 | 2 | -84/+149 |
* | CommandFilter API: REDISMODULE_CMDFILTER_NOSELF. | Yossi Gottlieb | 2019-03-21 | 1 | -5/+22 |
* | CommandFilter API: Add unregister option. | Yossi Gottlieb | 2019-03-21 | 1 | -0/+22 |
* | CommandFilter API: hellofilter and tests. | Yossi Gottlieb | 2019-03-18 | 1 | -1/+19 |
* | Add command filter Module API tests. | Yossi Gottlieb | 2019-03-18 | 1 | -0/+27 |