summaryrefslogtreecommitdiff
path: root/tests/modules/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)Meir Shpilraien (Spielrein)2023-02-091-0/+59
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-0/+10
* Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)Viktor Söderqvist2022-06-271-2/+10
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-261-0/+65
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-261-0/+25
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-0/+48
* Added RM_MonotonicMicroseconds() API to provide monotonic time function (#10101)Ozan Tezcan2022-01-131-0/+10
* Modules: Mark all APIs non-experimental (#9983)Viktor Söderqvist2021-12-301-1/+0
* QUIT is a command, HOST: and POST are not (#9798)guybe72021-11-231-0/+11
* Add RedisModule_KeyExists (#9600)Viktor Söderqvist2021-10-181-0/+9
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-111-0/+18
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-111-0/+19
* Modules: Add RM_GetDetachedThreadSafeContext(). (#7886)Yossi Gottlieb2020-10-111-0/+26
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-08-171-0/+38
* 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
* Merge branch 'unstable' into module-long-doubleSalvatore Sanfilippo2019-11-191-0/+116
|\
| * rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-10/+56
| * 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
|/
* Module api tests for RM_CallOran Agra2019-10-281-0/+55