Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
cd8e6882
Commit
cd8e6882
authored
Jun 14, 2016
by
antirez
Browse files
redis-cli help.h updated.
parent
c6e3ce38
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/help.h
View file @
cd8e6882
...
...
@@ -52,6 +52,11 @@ struct commandHelp {
"Count set bits in a string"
,
1
,
"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"
,
"operation destkey key [key ...]"
,
"Perform bitwise operations between strings"
,
...
...
@@ -326,32 +331,32 @@ struct commandHelp {
"key longitude latitude member [longitude latitude member ...]"
,
"Add one or more geospatial items in the geospatial index represented using a sorted set"
,
13
,
""
},
"
3.2.0
"
},
{
"GEODIST"
,
"key member1 member2 [unit]"
,
"Returns the distance between two members of a geospatial index"
,
13
,
""
},
"
3.2.0
"
},
{
"GEOHASH"
,
"key member [member ...]"
,
"Returns members of a geospatial index as standard geohash strings"
,
13
,
""
},
"
3.2.0
"
},
{
"GEOPOS"
,
"key member [member ...]"
,
"Returns longitude and latitude of members of a geospatial index"
,
13
,
""
},
"
3.2.0
"
},
{
"GEORADIUS"
,
"key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC]"
,
"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"
,
13
,
""
},
"
3.2.0
"
},
{
"GEORADIUSBYMEMBER"
,
"key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC]"
,
"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"
,
13
,
""
},
"
3.2.0
"
},
{
"GET"
,
"key"
,
"Get the value of a key"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment