mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Client side caching: enable tracking mode.
This commit is contained in:
@@ -1615,6 +1615,7 @@ void addReplyStatusFormat(client *c, const char *fmt, ...);
|
||||
#endif
|
||||
|
||||
/* Client side caching (tracking mode) */
|
||||
void enableTracking(client *c, uint64_t redirect_to);
|
||||
void disableTracking(client *c);
|
||||
|
||||
/* List data type */
|
||||
|
||||
Reference in New Issue
Block a user