Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c29f3bcf
Commit
c29f3bcf
authored
Jun 30, 2019
by
antirez
Browse files
Client side caching: enable tracking mode.
parent
45d64f22
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.h
View file @
c29f3bcf
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment