summaryrefslogtreecommitdiff
path: root/tests/modules/basics.c
Commit message (Expand)AuthorAgeFilesLines
* Skip test for sdsRemoveFreeSpace when mem_allocator is not jemalloc (#11878)sundb2023-03-071-1/+12
* Try to trim strings only when applicable (#11817)uriyage2023-02-281-0/+27
* Fix crash on RM_Call inside module load (#11346)Meir Shpilraien (Spielrein)2022-10-121-0/+22
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-2/+2
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-251-2/+2
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-221-0/+31
* Modules: Mark all APIs non-experimental (#9983)Viktor Söderqvist2021-12-301-1/+0
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-2/+2
* fix valgrind issues with long double module test (#9709)Oran Agra2021-11-011-1/+1
* Add RM_TrimStringAllocation(). (#9540)Yossi Gottlieb2021-09-231-0/+1
* Fix RedisModule_Call tests on 32bit (#9481)Meir Shpilraien (Spielrein)2021-09-091-1/+1
* Fix callReplyParseCollection memleak when use AutoMemory (#9446)chenyang80942021-09-091-0/+40
* Fix tests failure on 32bit build (#9318)Meir Shpilraien (Spielrein)2021-08-041-1/+5
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-0/+378
* Fix failing basics moduleapi test on 32bit CI (#9140)Oran Agra2021-06-241-0/+7
* Adjustments to recent RM_StringTruncate fix (#3718) (#9125)Oran Agra2021-06-221-0/+3
* modules: Add newlen == 0 handling to RM_StringTruncate (#3717) (#3718)Evan2021-06-221-0/+529