StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.87k stars 1.51k forks source link

first stab at raw API for redis notifications #2527

Open mgravell opened 1 year ago

mgravell commented 1 year ago

proposed API:

muxer.EnableServerAssistedClientSideTracking(keyCallback, ... options ...);
// ...

to get notification when a tracked key is invalidated, and CommandFlags.ClientCaching on any operation to enable tracking per-call.