Difference between revisions of "Redis-cli help"

From wikieduonline
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>...")
 
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>
  
 
== See also ==
 
== See also ==

Revision as of 15:43, 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

See also

Advertising: