mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
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
|
#endif
|
||||||
|
|
||||||
/* Client side caching (tracking mode) */
|
/* Client side caching (tracking mode) */
|
||||||
|
void enableTracking(client *c, uint64_t redirect_to);
|
||||||
void disableTracking(client *c);
|
void disableTracking(client *c);
|
||||||
|
|
||||||
/* List data type */
|
/* List data type */
|
||||||
|
Loading…
Reference in New Issue
Block a user