Returns information about server-assisted client-side caching for the connection.
CLIENT
TRACKINGINFO
The command returns information about the current client connection’s use of the server assisted client side caching feature.
Here’s the list of tracking information sections and their respective values:
off
: The connection isn’t using server assisted client
side caching.on
: Server assisted client side caching is enabled for
the connection.bcast
: The client uses broadcasting mode.optin
: The client does not cache keys by default.optout
: The client caches keys by default.caching-yes
: The next command will cache keys (exists
only together with optin
).caching-no
: The next command won’t cache keys (exists
only together with optout
).noloop
: The client isn’t notified about keys modified
by itself.broken_redirect
: The client ID used for redirection
isn’t valid anymore.Array reply: a list of tracking information sections and their respective values.
Map reply: a list of tracking information sections and their respective values.
O(1)
@connection @slow
AUTH, CLIENT, CLIENT CACHING, CLIENT CAPA, CLIENT GETNAME, CLIENT GETREDIR, CLIENT HELP, CLIENT ID, CLIENT INFO, CLIENT KILL, CLIENT LIST, CLIENT NO-EVICT, CLIENT NO-TOUCH, CLIENT PAUSE, CLIENT REPLY, CLIENT SETINFO, CLIENT SETNAME, CLIENT TRACKING, CLIENT UNBLOCK, CLIENT UNPAUSE, ECHO, HELLO, PING, RESET, SELECT.