mirror of https://mirror.osredm.com/root/redis.git
Client side caching: enable tracking mode.
This commit is contained in:
parent
45d64f229e
commit
c29f3bcf2e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue