On the client-side caching page, the supported client libraries are currently listed as:
- redis-py
- Jedis
- node-redis
Source:
https://redis.io/docs/latest/develop/clients/client-side-caching/#which-client-libraries-support-client-side-caching
However, Lettuce’s official reference says support for CLIENT TRACKING was added:
https://redis.github.io/lettuce/new-features/
This makes it unclear whether:
- Lettuce supports Redis client-side caching and should be included in the supported client list, or
CLIENT TRACKING support in Lettuce is not sufficient to qualify as documented CSC support in Redis docs.
Could you clarify the distinction? If Lettuce supports CSC in the same sense as the listed clients, it may need to be added. Otherwise, it would help to document why it is excluded.
On the client-side caching page, the supported client libraries are currently listed as:
Source:
https://redis.io/docs/latest/develop/clients/client-side-caching/#which-client-libraries-support-client-side-caching
However, Lettuce’s official reference says support for
CLIENT TRACKINGwas added:https://redis.github.io/lettuce/new-features/
This makes it unclear whether:
CLIENT TRACKINGsupport in Lettuce is not sufficient to qualify as documented CSC support in Redis docs.Could you clarify the distinction? If Lettuce supports CSC in the same sense as the listed clients, it may need to be added. Otherwise, it would help to document why it is excluded.