Commands

EVAL

Executes a server-side Lua script.

Learn more →
Read more

EVAL_RO

Executes a read-only server-side Lua script.

Learn more →
Read more

EVALSHA

Executes a server-side Lua script by SHA1 digest.

Learn more →
Read more

EVALSHA_RO

Executes a read-only server-side Lua script by SHA1 digest.

Learn more →
Read more

FCALL_RO

Invokes a read-only function.

Learn more →
Read more

FUNCTION DELETE

Deletes a library and its functions.

Learn more →
Read more

FUNCTION DUMP

Dumps all libraries into a serialized binary payload.

Learn more →
Read more

FUNCTION FLUSH

Deletes all libraries and functions.

Learn more →
Read more

FUNCTION KILL

Terminates a function during execution.

Learn more →
Read more

FUNCTION LIST

Returns information about all libraries.

Learn more →
Read more

FUNCTION LOAD

Creates a library.

Learn more →
Read more

FUNCTION RESTORE

Restores all libraries from a payload.

Learn more →
Read more

FUNCTION STATS

Returns information about a function during execution.

Learn more →
Read more

SCRIPT DEBUG

Sets the debug mode of server-side Lua scripts.

Learn more →
Read more

SCRIPT EXISTS

Determines whether server-side Lua scripts exist in the script cache.

Learn more →
Read more

SCRIPT FLUSH

Removes all server-side Lua scripts from the script cache.

Learn more →
Read more

SCRIPT KILL

Terminates a server-side Lua script during execution.

Learn more →
Read more

SCRIPT LOAD

Loads a server-side Lua script to the script cache.

Learn more →
Read more