redis-state-machine icon indicating copy to clipboard operation
redis-state-machine copied to clipboard

Move from String to RedisString in types

Open chayim opened this issue 2 years ago • 1 comments

If we store RedisString within our type instead of String, then we can reduce the memory footprint and stop copying strings around.

chayim avatar Mar 20 '23 13:03 chayim

Needs https://github.com/RedisLabsModules/redismodule-rs/pull/292

chayim avatar Mar 20 '23 14:03 chayim