CLIENT TRACKINGINFO · Valkey

CLIENT TRACKINGINFO

Returns information about server-assisted client-side caching for the connection.

Usage

CLIENT TRACKINGINFO

Description

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:

Reply RESP2

Array reply: a list of tracking information sections and their respective values.

Reply RESP3

Map reply: a list of tracking information sections and their respective values.

Complexity

O(1)

ACL Categories

@connection @slow

History

See also

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.