long2ice / fastapi-cache

fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
https://github.com/long2ice/fastapi-cache
Apache License 2.0
1.3k stars 160 forks source link

Add Valkey backend support #445

Open vicchi opened 2 days ago

vicchi commented 2 days ago

Since Valkey was forked from Redis it remains API compatible with Redis. For now. But there's much activity and progress going on with Valkey, including support in the Python client for using libvalkey for better cache performance.