redis-rs / redis-rs

Redis library for rust
https://docs.rs/redis
Other
3.77k stars 597 forks source link

Client Side Caching Support #1316

Open altanozlu opened 5 months ago

altanozlu commented 5 months ago

I would like to track client side caching progress in here:

If you have more features you would like to have please share it here.

early issue about it: https://github.com/redis-rs/redis-rs/issues/826 PRs related to the issue: https://github.com/redis-rs/redis-rs/pull/1296

nihohit commented 5 months ago

Thanks for opening this! what about NOLOOP and broadcast mode?

altanozlu commented 5 months ago

I don't have any good use case for NOLOOP and broadcast, if there is a demand and good use case I can add them here.

nihohit commented 5 months ago

Let's add that, and everything else that isn't implemented here. It's not up to you to implement everything in this list, but I would like to know what's missing.