Files
redis/tests/modules
Yossi Gottlieb bebc7f8470 Add RM_TrimStringAllocation(). (#9540)
This commit makes it possible to explicitly trim the allocation of a
RedisModuleString.

Currently, Redis automatically trims strings that have been retained by
a module command when it returns. However, this is not thread safe and
may result with corruption in threaded modules.

Supporting explicit trimming offers a backwards compatible workaround to
this problem.
2021-09-23 15:00:37 +03:00
..
2019-12-17 07:49:21 +00:00
2021-01-23 21:53:58 +02:00
2021-08-03 11:37:19 +03:00
2021-01-28 16:19:43 +02:00
2020-11-11 22:57:33 +02:00
2021-02-05 19:54:01 +02:00