summaryrefslogtreecommitdiff
path: root/tests/unit/moduleapi/misc.tcl
Commit message (Expand)AuthorAgeFilesLines
* Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test (#1...Binbin2023-04-181-1/+1
* Skip test for sdsRemoveFreeSpace when mem_allocator is not jemalloc (#11878)sundb2023-03-071-0/+2
* Try to trim strings only when applicable (#11817)uriyage2023-02-281-0/+9
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-0/+30
* Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)Meir Shpilraien (Spielrein)2023-02-091-0/+10
* RM_Call - only enforce OOM on scripts if 'M' flag is sent (#11425)Shaya Potter2022-10-271-7/+43
* Unify ACL failure error messaging. (#11160)Shaya Potter2022-10-161-2/+2
* `RedisModule_ResetDataset` should not clear the functions. (#11268)Meir Shpilraien (Spielrein)2022-10-091-0/+10
* Ignore RM_Call deny-oom flag if maxmemory is zero (#11319)Ozan Tezcan2022-09-261-0/+15
* Add a dry run flag to RM_Call execution (#11158)Shaya Potter2022-09-051-1/+35
* Improve cmd_flags for script/functions in RM_Call (#11159)Shaya Potter2022-08-281-0/+23
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-261-0/+5
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-261-0/+12
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-011-1/+1
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-0/+217
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-1/+4
* Added RM_MonotonicMicroseconds() API to provide monotonic time function (#10101)Ozan Tezcan2022-01-131-0/+5
* QUIT is a command, HOST: and POST are not (#9798)guybe72021-11-231-0/+6
* Add RedisModule_KeyExists (#9600)Viktor Söderqvist2021-10-181-0/+7
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-2/+2
* fix: call CLIENT INFO from redis module will crash the server (#8560)Bonsai2021-03-011-0/+4
* Shared reusable client for RM_Call() (#8516)Viktor Söderqvist2021-02-281-0/+5
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-111-0/+5
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-111-0/+10
* Modules: Add RM_GetDetachedThreadSafeContext(). (#7886)Yossi Gottlieb2020-10-111-0/+5
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-08-171-0/+19
* Merge branch 'unstable' into module-long-doubleSalvatore Sanfilippo2019-11-191-0/+46
|\
| * rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-3/+30
| * Test coverage for new module APIs: dbsize, flushall, randomkey, lru get/setOran Agra2019-11-041-0/+19
* | Fix RedisModule_ReplyWithLongDouble ptr definition, add testsartix2019-11-041-0/+5
|/
* Module api tests for RM_CallOran Agra2019-10-281-0/+19