Commands

AUTH

Authenticates the connection.

Learn more →
Read more

CLIENT CACHING

Instructs the server whether to track the keys in the next request.

Learn more →
Read more

CLIENT GETNAME

Returns the name of the connection.

Learn more →
Read more

CLIENT GETREDIR

Returns the client ID to which the connection's tracking notifications are redirected.

Learn more →
Read more

CLIENT ID

Returns the unique client ID of the connection.

Learn more →
Read more

CLIENT INFO

Returns information about the connection.

Learn more →
Read more

CLIENT KILL

Terminates open connections.

Learn more →
Read more

CLIENT LIST

Lists open connections.

Learn more →
Read more

CLIENT NO-EVICT

Sets the client eviction mode of the connection.

Learn more →
Read more

CLIENT NO-TOUCH

Controls whether commands sent by the client affect the LRU/LFU of accessed keys.

Learn more →
Read more

CLIENT PAUSE

Suspends commands processing.

Learn more →
Read more

CLIENT REPLY

Instructs the server whether to reply to commands.

Learn more →
Read more

CLIENT SETINFO

Sets information specific to the client or connection.

Learn more →
Read more

CLIENT SETNAME

Sets the connection name.

Learn more →
Read more

CLIENT TRACKING

Controls server-assisted client-side caching for the connection.

Learn more →
Read more

CLIENT TRACKINGINFO

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

Learn more →
Read more

CLIENT UNBLOCK

Unblocks a client blocked by a blocking command from a different connection.

Learn more →
Read more

CLIENT UNPAUSE

Resumes processing commands from paused clients.

Learn more →
Read more

ECHO

Returns the given string.

Learn more →
Read more

HELLO

Handshakes with the Redis server.

Learn more →
Read more

PING

Returns the server's liveliness response.

Learn more →
Read more

RESET

Resets the connection.

Learn more →
Read more

SELECT

Changes the selected database.

Learn more →
Read more