Difference between revisions of "Redis-cli help"
Jump to navigation
Jump to search
(Created page with "{{lc}} redis-cli 7.0.4 To get help about Redis commands type: "help @<group>" to get a list of commands in <group> "help <command>" for help on <command>...") |
Tags: Mobile web edit, Mobile edit |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
| − | redis-cli 7.0.4 | + | [[redis-cli]] 7.0.4 |
To get help about Redis commands type: | To get help about Redis commands type: | ||
"help @<group>" to get a list of commands in <group> | "help @<group>" to get a list of commands in <group> | ||
| Line 11: | Line 11: | ||
":set nohints" disable online hints | ":set nohints" disable online hints | ||
Set your preferences in ~/.redisclirc | Set your preferences in ~/.redisclirc | ||
| + | |||
| + | <pre> | ||
| + | HELP @<category> shows all the commands about a given category. The categories are: | ||
| + | @generic | ||
| + | @string | ||
| + | @list | ||
| + | @set | ||
| + | @sorted_set | ||
| + | @hash | ||
| + | @pubsub | ||
| + | @transactions | ||
| + | @connection | ||
| + | @server | ||
| + | @scripting | ||
| + | @hyperloglog | ||
| + | @cluster | ||
| + | @geo | ||
| + | @stream | ||
| + | </pre> | ||
| + | |||
| + | == Related == | ||
| + | * <code>[[redis-cli --help]]</code> | ||
== See also == | == See also == | ||
Latest revision as of 07:48, 9 March 2023
redis-cli 7.0.4 To get help about Redis commands type: "help @<group>" to get a list of commands in <group> "help <command>" for help on <command> "help <tab>" to get a list of possible help topics "quit" to exit To set redis-cli preferences: ":set hints" enable online hints ":set nohints" disable online hints Set your preferences in ~/.redisclirc
HELP @<category> shows all the commands about a given category. The categories are: @generic @string @list @set @sorted_set @hash @pubsub @transactions @connection @server @scripting @hyperloglog @cluster @geo @stream
Related[edit]
See also[edit]
- Redis, installation,
/etc/redis.conf, values.yml, Redis Cluster, Redis Sentinel,/etc/redis-sentinel.conf, Redis memory footprint,redis-cli, redis-benchmark, redis-check-aof, redis-check-rdb, redis-sentinel, redis-server, Amazon MemoryDB for Redis, AOF, Redis changelog, Redis Database (RDB), Append Only File (AOF), Redis logs
Advertising: