summaryrefslogtreecommitdiff
path: root/tests/modules
Commit message (Expand)AuthorAgeFilesLines
* fix race in module api test for forkOran Agra2020-02-231-1/+1
* Fix memory leak in test_ld_convGuy Benoish2020-02-061-0/+4
* ld2string should fail if string contains \0 in the middleGuy Benoish2020-01-301-0/+9
* Modules: Fix blocked-client-related memory leakGuy Benoish2019-12-301-6/+7
* Fixed some documentationMadelyn Olson2019-12-171-32/+0
* Added some documentation and fixed a testMadelyn Olson2019-12-171-3/+7
* Add module APIs for custom authenticationMadelyn Olson2019-12-172-1/+120
* Improve RM_ModuleTypeReplaceValue() API.Yossi Gottlieb2019-12-121-0/+25
* fix crash in module short read testOran Agra2019-12-021-1/+2
* Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-217-15/+949
|\
| * Merge branch 'unstable' into module-long-doubleSalvatore Sanfilippo2019-11-195-2/+393
| |\
| | * Merge pull request #6557 from oranagra/rm_lru_lfu_revizedSalvatore Sanfilippo2019-11-191-10/+56
| | |\
| | | * rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-10/+56
| | * | Merge pull request #6558 from oranagra/module_testrdb_leakSalvatore Sanfilippo2019-11-191-1/+4
| | |\ \
| | | * | fix leak in module api rdb testOran Agra2019-11-101-1/+4
| | | |/
| | * | Merge branch 'unstable' into scan_module_implSalvatore Sanfilippo2019-11-192-1/+163
| | |\ \
| | | * | Add ModuleDataType to/from string serialization.Yossi Gottlieb2019-11-042-1/+163
| | | |/
| | * | Add RM_ScanKey to scan hash, set, zset, changes to RM_Scan APIOran Agra2019-11-111-30/+77
| | * | Added scan implementation to module api.meir@redislabs.com2019-11-112-1/+64
| | |/
| | * Merge pull request #6540 from oranagra/simple_module_api_testsSalvatore Sanfilippo2019-11-041-0/+69
| | |\
| | | * Test coverage for new module APIs: dbsize, flushall, randomkey, lru get/setOran Agra2019-11-041-0/+69
| * | | RM_CreateStringFromLongDouble: use new ld2string 'mode' typeartix2019-11-041-0/+4
| * | | Fix RedisModule_ReplyWithLongDouble ptr definition, add testsartix2019-11-041-1/+39
| |/ /
| * | Merge pull request #6531 from oranagra/rm_save_long_doubleSalvatore Sanfilippo2019-11-041-1/+8
| |\ \ | | |/ | |/|
| | * Module API for loading and saving long doubleOran Agra2019-11-031-1/+8
| * | Merge pull request #6535 from guybe7/module_block_on_keys_testsSalvatore Sanfilippo2019-11-042-1/+263
| |\ \
| | * | Modules: Test RedisModule_BlockClientOnKeysGuy Benoish2019-11-042-1/+263
| | |/
| * | Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-12/+244
| |/
* | Add RM_ServerInfoGetFieldUnsignedOran Agra2019-11-041-1/+12
* | Adding RM_ServerInfoGetFieldCOran Agra2019-11-041-2/+12
* | Add module api for looking into INFO fieldsOran Agra2019-11-031-0/+52
|/
* Module api tests for RM_CallOran Agra2019-10-283-1/+61
* Merge pull request #6496 from oranagra/module_tests_valgrindSalvatore Sanfilippo2019-10-282-0/+13
|\
| * Make module tests pass with valgrind, and fix a leak in diskless loadOran Agra2019-10-242-0/+13
* | Modules: improve tests Makefile.Yossi Gottlieb2019-10-241-24/+15
* | Modules hooks: test flush event.antirez2019-10-241-0/+2
* | Modules hooks: test module draft.antirez2019-10-232-1/+82
|/
* Modules: add RM_Replicate() Tcl test file & fix the module.antirez2019-10-031-0/+1
* Modules: RM_Replicate() test with threads.antirez2019-10-031-2/+23
* Modules: RM_Replicate() test module: initial implementation.antirez2019-10-032-1/+86
* Merge remote-tracking branch 'antirez/unstable' into modules_infoOran Agra2019-09-303-1/+333
|\
| * Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-272-1/+245
| |\
| | * Add test for module diskless short readsOran Agra2019-07-301-1/+12
| | * Implement module api for aux data in rdbOran Agra2019-07-222-1/+234
| * | Module API for ForkingOran Agra2019-07-172-1/+89
| |/
* | Module INFO, support default section for simple modulesOran Agra2019-08-181-0/+3
* | Module INFO, add support for dict fields, rename API to have common prefixOran Agra2019-08-181-10/+16
* | Extend modules API to allow modules report to redis INFOOran Agra2019-07-242-1/+38
|/
* Add runtest-moduleapi with commandfilter coverage.Yossi Gottlieb2019-03-242-14/+38
* fix: missing initialization.Yossi Gottlieb2019-03-242-84/+149