redis-state-machine
redis-state-machine copied to clipboard
Move from String to RedisString in types
If we store RedisString within our type instead of String, then we can reduce the memory footprint and stop copying strings around.
Needs https://github.com/RedisLabsModules/redismodule-rs/pull/292