What's new in Valkey 9.0? Discover new features and improvements. Read the announcement.

CONFIG HELP

Returns helpful text about the different subcommands.

Usage
CONFIG HELP
Complexity
O(1)
Since
5.0.0
ACL Categories
@slow
Command flags
LOADING, STALE

The CONFIG HELP command returns a helpful text describing the different subcommands.

Replies

RESP2

Array reply: a list of sub-commands and their descriptions.

RESP3

Array reply: a list of sub-commands and their descriptions.