You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tag to append to library name that is sent to the Redis server
145
145
*/
146
146
clientInfoTag?: string;
147
+
/**
148
+
* When set to true, client tracking is turned on and the client emits `invalidate` events when it receives invalidation messages from the redis server.
149
+
* Mutually exclusive with `clientSideCache` option.
150
+
*/
151
+
emitInvalidate?: boolean;
147
152
}
148
153
149
154
exporttypeWithCommands<
@@ -465,15 +470,20 @@ export default class RedisClient<
0 commit comments