Need more details on ClientTrackingOptions
#474
Replies: 1 comment 1 reply
-
Hi @arindamnayak,
Yes, you need to specify all client tracking parameters at once when using
Yes. See more here: https://redis.io/commands/client-tracking/
When using the OPTIN mode, redis will only send invalidations of keys that have
Generally yes.
Yeap, so rueidis uses OPTIN as default. |
Beta Was this translation helpful? Give feedback.
-
I see these are possible options for
ClientTrackingOptions
.CLIENT
TRACKING
ON
OPTIN
BCAST
Can someone explain
BCAST
mode is for receiving invalidation message from redis server for all the keys? And hence it is better to use with some prefix?OPTIN
where redis client handles it automatically by just accepting invalidation message for subscribed keys?Beta Was this translation helpful? Give feedback.
All reactions