summaryrefslogtreecommitdiff
path: root/tests/modules
Commit message (Expand)AuthorAgeFilesLines
* Moved RMAPI_FUNC_SUPPORTED location such that it will be visible to modules (...Meir Shpilraien (Spielrein)2021-01-121-0/+6
* Handle output buffer limits for Module blocked clients (#8141)Oran Agra2021-01-121-0/+105
* Modules: fix RM_GetCommandKeys API. (#7901)Yossi Gottlieb2020-10-271-4/+1
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-274-0/+44
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-271-0/+19
* Modules: Add RM_GetDetachedThreadSafeContext(). (#7886)Yossi Gottlieb2020-10-271-0/+26
* Modules: add RM_GetCommandKeys().Yossi Gottlieb2020-10-272-1/+127
* Add Swapdb Module Event (#7804)Wen Hui2020-10-271-0/+12
* Fix leak in new blockedclient module API testOran Agra2020-09-101-0/+3
* RM_ThreadSafeContextTryLock a non-blocking method for acquiring GIL (#7738)Roi Lipman2020-09-102-1/+85
* see #7544, added RedisModule_HoldString api. (#7577)Meir Shpilraien (Spielrein)2020-09-011-2/+15
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-09-012-1/+101
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-09-011-0/+38
* Fix RM_ScanKey module api not to return int encoded stringsmeir@redislabs.com2020-07-201-4/+16
* 32bit CI needs to build modules correctlyOran Agra2020-05-281-1/+4
* Fix memory corruption in moduleHandleBlockedClientsGuy Benoish2020-04-071-23/+99
* Modify the propagate unit test to show more cases.antirez2020-03-311-2/+30
* Fix module commands propagation double MULTI bug.antirez2020-03-311-0/+16
* fix race in module api test for forkOran Agra2020-02-271-1/+1
* Fix memory leak in test_ld_convGuy Benoish2020-02-271-0/+4
* ld2string should fail if string contains \0 in the middleGuy Benoish2020-02-041-0/+9
* Modules: Fix blocked-client-related memory leakGuy Benoish2020-02-041-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