mirror of
https://github.com/fluencelabs/redis
synced 2025-04-26 02:52:15 +00:00
redis-cli help.h updated.
This commit is contained in:
parent
bb43f4cab2
commit
6e4204fec9
43
src/help.h
43
src/help.h
@ -1,4 +1,4 @@
|
|||||||
/* Automatically generated by generate-command-help.rb, do not edit. */
|
/* Automatically generated by utils/generate-command-help.rb, do not edit. */
|
||||||
|
|
||||||
#ifndef __REDIS_HELP_H
|
#ifndef __REDIS_HELP_H
|
||||||
#define __REDIS_HELP_H
|
#define __REDIS_HELP_H
|
||||||
@ -52,6 +52,11 @@ struct commandHelp {
|
|||||||
"Count set bits in a string",
|
"Count set bits in a string",
|
||||||
1,
|
1,
|
||||||
"2.6.0" },
|
"2.6.0" },
|
||||||
|
{ "BITFIELD",
|
||||||
|
"key [GET type offset] [SET type offset value] [INCRBY type offset increment] [OVERFLOW WRAP|SAT|FAIL]",
|
||||||
|
"Perform arbitrary bitfield integer operations on strings",
|
||||||
|
1,
|
||||||
|
"3.2.0" },
|
||||||
{ "BITOP",
|
{ "BITOP",
|
||||||
"operation destkey key [key ...]",
|
"operation destkey key [key ...]",
|
||||||
"Perform bitwise operations between strings",
|
"Perform bitwise operations between strings",
|
||||||
@ -83,7 +88,7 @@ struct commandHelp {
|
|||||||
9,
|
9,
|
||||||
"2.6.9" },
|
"2.6.9" },
|
||||||
{ "CLIENT KILL",
|
{ "CLIENT KILL",
|
||||||
"[ip:port] [ID client-id] [TYPE normal|slave|pubsub] [ADDR ip:port] [SKIPME yes/no]",
|
"[ip:port] [ID client-id] [TYPE normal|master|slave|pubsub] [ADDR ip:port] [SKIPME yes/no]",
|
||||||
"Kill the connection of a client",
|
"Kill the connection of a client",
|
||||||
9,
|
9,
|
||||||
"2.4.0" },
|
"2.4.0" },
|
||||||
@ -97,6 +102,11 @@ struct commandHelp {
|
|||||||
"Stop processing commands from clients for some time",
|
"Stop processing commands from clients for some time",
|
||||||
9,
|
9,
|
||||||
"2.9.50" },
|
"2.9.50" },
|
||||||
|
{ "CLIENT REPLY",
|
||||||
|
"ON|OFF|SKIP",
|
||||||
|
"Instruct the server whether to reply to commands",
|
||||||
|
9,
|
||||||
|
"3.2" },
|
||||||
{ "CLIENT SETNAME",
|
{ "CLIENT SETNAME",
|
||||||
"connection-name",
|
"connection-name",
|
||||||
"Set the current connection name",
|
"Set the current connection name",
|
||||||
@ -179,7 +189,7 @@ struct commandHelp {
|
|||||||
"3.0.0" },
|
"3.0.0" },
|
||||||
{ "CLUSTER SETSLOT",
|
{ "CLUSTER SETSLOT",
|
||||||
"slot IMPORTING|MIGRATING|STABLE|NODE [node-id]",
|
"slot IMPORTING|MIGRATING|STABLE|NODE [node-id]",
|
||||||
"Bind an hash slot to a specific node",
|
"Bind a hash slot to a specific node",
|
||||||
12,
|
12,
|
||||||
"3.0.0" },
|
"3.0.0" },
|
||||||
{ "CLUSTER SLAVES",
|
{ "CLUSTER SLAVES",
|
||||||
@ -321,32 +331,32 @@ struct commandHelp {
|
|||||||
"key longitude latitude member [longitude latitude member ...]",
|
"key longitude latitude member [longitude latitude member ...]",
|
||||||
"Add one or more geospatial items in the geospatial index represented using a sorted set",
|
"Add one or more geospatial items in the geospatial index represented using a sorted set",
|
||||||
13,
|
13,
|
||||||
"" },
|
"3.2.0" },
|
||||||
{ "GEODIST",
|
{ "GEODIST",
|
||||||
"key member1 member2 [unit]",
|
"key member1 member2 [unit]",
|
||||||
"Returns the distance between two members of a geospatial index",
|
"Returns the distance between two members of a geospatial index",
|
||||||
13,
|
13,
|
||||||
"" },
|
"3.2.0" },
|
||||||
{ "GEOHASH",
|
{ "GEOHASH",
|
||||||
"key member [member ...]",
|
"key member [member ...]",
|
||||||
"Returns members of a geospatial index as standard geohash strings",
|
"Returns members of a geospatial index as standard geohash strings",
|
||||||
13,
|
13,
|
||||||
"" },
|
"3.2.0" },
|
||||||
{ "GEOPOS",
|
{ "GEOPOS",
|
||||||
"key member [member ...]",
|
"key member [member ...]",
|
||||||
"Returns longitude and latitude of members of a geospatial index",
|
"Returns longitude and latitude of members of a geospatial index",
|
||||||
13,
|
13,
|
||||||
"" },
|
"3.2.0" },
|
||||||
{ "GEORADIUS",
|
{ "GEORADIUS",
|
||||||
"key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count]",
|
"key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]",
|
||||||
"Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point",
|
"Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point",
|
||||||
13,
|
13,
|
||||||
"" },
|
"3.2.0" },
|
||||||
{ "GEORADIUSBYMEMBER",
|
{ "GEORADIUSBYMEMBER",
|
||||||
"key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count]",
|
"key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]",
|
||||||
"Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member",
|
"Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member",
|
||||||
13,
|
13,
|
||||||
"" },
|
"3.2.0" },
|
||||||
{ "GET",
|
{ "GET",
|
||||||
"key",
|
"key",
|
||||||
"Get the value of a key",
|
"Get the value of a key",
|
||||||
@ -528,7 +538,7 @@ struct commandHelp {
|
|||||||
1,
|
1,
|
||||||
"1.0.0" },
|
"1.0.0" },
|
||||||
{ "MIGRATE",
|
{ "MIGRATE",
|
||||||
"host port key destination-db timeout [COPY] [REPLACE]",
|
"host port key|"" destination-db timeout [COPY] [REPLACE] [KEYS key]",
|
||||||
"Atomically transfer a key from a Redis instance to another one.",
|
"Atomically transfer a key from a Redis instance to another one.",
|
||||||
0,
|
0,
|
||||||
"2.6.0" },
|
"2.6.0" },
|
||||||
@ -593,7 +603,7 @@ struct commandHelp {
|
|||||||
11,
|
11,
|
||||||
"2.8.9" },
|
"2.8.9" },
|
||||||
{ "PING",
|
{ "PING",
|
||||||
"-",
|
"[message]",
|
||||||
"Ping the server",
|
"Ping the server",
|
||||||
8,
|
8,
|
||||||
"1.0.0" },
|
"1.0.0" },
|
||||||
@ -707,6 +717,11 @@ struct commandHelp {
|
|||||||
"Get the number of members in a set",
|
"Get the number of members in a set",
|
||||||
3,
|
3,
|
||||||
"1.0.0" },
|
"1.0.0" },
|
||||||
|
{ "SCRIPT DEBUG",
|
||||||
|
"YES|SYNC|NO",
|
||||||
|
"Set the debug mode for executed scripts.",
|
||||||
|
10,
|
||||||
|
"3.2.0" },
|
||||||
{ "SCRIPT EXISTS",
|
{ "SCRIPT EXISTS",
|
||||||
"script [script ...]",
|
"script [script ...]",
|
||||||
"Check existence of scripts in the script cache.",
|
"Check existence of scripts in the script cache.",
|
||||||
@ -768,7 +783,7 @@ struct commandHelp {
|
|||||||
1,
|
1,
|
||||||
"2.2.0" },
|
"2.2.0" },
|
||||||
{ "SHUTDOWN",
|
{ "SHUTDOWN",
|
||||||
"[NOSAVE] [SAVE]",
|
"[NOSAVE|SAVE]",
|
||||||
"Synchronously save the dataset to disk and then shut down the server",
|
"Synchronously save the dataset to disk and then shut down the server",
|
||||||
9,
|
9,
|
||||||
"1.0.0" },
|
"1.0.0" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user