Azure / feast-azure

Azure plugins for Feast (FEAture STore)
MIT License
81 stars 52 forks source link

Support for Client-side caching in Redis for Feast on Azure Cache for Redis #77

Open rick020 opened 1 year ago

rick020 commented 1 year ago

I'm currently exploring the use of Feast on Azure Cache for Redis and I was wondering if the client-side caching feature of Redis is supported in this context.

As mentioned in the Redis documentation (https://redis.io/docs/manual/client-side-caching/#the-redis-implementation-of-client-side-caching), client-side caching allows for significant performance improvements by reducing the number of round-trips between the client and Redis server.

I'm curious if Feast has implemented this feature for Azure Cache for Redis or if there are any plans to do so in the near future. If not, are there any alternative solutions or workarounds that can achieve a similar performance improvement?