Difference between revisions of "Redis-cli help"

From wikieduonline
Jump to navigation Jump to search
Line 30: Line 30:
 
@stream
 
@stream
 
</pre>
 
</pre>
 +
 +
== Related ==
 +
* <code>[[redis-cli --help]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 15:44, 18 September 2022

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

See also

Advertising: