Open
Description
The problem/use-case that the feature addresses
Use a cheap algorithm for built-in compression in Redis to reduce memory usage.
Description of the feature
Add built-in zstd
support to Redis. If having built-in compression is against Redis philosophy, could you please at least mention zstd
algorithm as a recommended way to implement compression here: https://docs.redis.com/latest/ri/memory-optimizations/ ?
If it's already supported - could you document it, please?
Alternatives you've considered
Try to use external modules like https://github.com/chadnickbok/redis-zstd-module but it's a riskier way since 3rd party modules have worse support, could be outdated, etc.