debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

Is server-assisted client side caching supported? #277

Open erikvanoosten opened 2 years ago

erikvanoosten commented 2 years ago

Does scala-redis support server-assisted client side caching as described on https://redis.io/topics/client-side-caching ?