Commit c29f3bcf authored by antirez's avatar antirez
Browse files

Client side caching: enable tracking mode.

parent 45d64f22
...@@ -1615,6 +1615,7 @@ void addReplyStatusFormat(client *c, const char *fmt, ...); ...@@ -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 */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment