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
407b5c91
Unverified
Commit
407b5c91
authored
Aug 22, 2022
by
Itamar Haber
Committed by
GitHub
Aug 22, 2022
Browse files
Replaces a made-up term with a real one (#11169)
parent
a5349832
Changes
5
Show whitespace changes
Inline
Side-by-side
src/commands.c
View file @
407b5c91
...
@@ -1928,7 +1928,7 @@ struct redisCommandArg GEOPOS_Args[] = {
...
@@ -1928,7 +1928,7 @@ struct redisCommandArg GEOPOS_Args[] = {
/* GEORADIUS history */
/* GEORADIUS history */
commandHistory
GEORADIUS_History
[]
=
{
commandHistory
GEORADIUS_History
[]
=
{
{
"6.2.0"
,
"Added the `ANY` option for `COUNT`."
},
{
"6.2.0"
,
"Added the `ANY` option for `COUNT`."
},
{
"7.0.0"
,
"Added support for
capital-
case unit names."
},
{
"7.0.0"
,
"Added support for
upper
case unit names."
},
{
0
}
{
0
}
};
};
...
@@ -1979,7 +1979,7 @@ struct redisCommandArg GEORADIUS_Args[] = {
...
@@ -1979,7 +1979,7 @@ struct redisCommandArg GEORADIUS_Args[] = {
/* GEORADIUSBYMEMBER history */
/* GEORADIUSBYMEMBER history */
commandHistory
GEORADIUSBYMEMBER_History
[]
=
{
commandHistory
GEORADIUSBYMEMBER_History
[]
=
{
{
"7.0.0"
,
"Added support for
capital-
case unit names."
},
{
"7.0.0"
,
"Added support for
upper
case unit names."
},
{
0
}
{
0
}
};
};
...
@@ -2123,7 +2123,7 @@ struct redisCommandArg GEORADIUS_RO_Args[] = {
...
@@ -2123,7 +2123,7 @@ struct redisCommandArg GEORADIUS_RO_Args[] = {
/* GEOSEARCH history */
/* GEOSEARCH history */
commandHistory
GEOSEARCH_History
[]
=
{
commandHistory
GEOSEARCH_History
[]
=
{
{
"7.0.0"
,
"Added support for
capital-
case unit names."
},
{
"7.0.0"
,
"Added support for
upper
case unit names."
},
{
0
}
{
0
}
};
};
...
@@ -2215,7 +2215,7 @@ struct redisCommandArg GEOSEARCH_Args[] = {
...
@@ -2215,7 +2215,7 @@ struct redisCommandArg GEOSEARCH_Args[] = {
/* GEOSEARCHSTORE history */
/* GEOSEARCHSTORE history */
commandHistory
GEOSEARCHSTORE_History
[]
=
{
commandHistory
GEOSEARCHSTORE_History
[]
=
{
{
"7.0.0"
,
"Added support for
capital-
case unit names."
},
{
"7.0.0"
,
"Added support for
upper
case unit names."
},
{
0
}
{
0
}
};
};
...
...
src/commands/georadius.json
View file @
407b5c91
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
],
],
[
[
"7.0.0"
,
"7.0.0"
,
"Added support for
capital-
case unit names."
"Added support for
upper
case unit names."
]
]
],
],
"deprecated_since"
:
"6.2.0"
,
"deprecated_since"
:
"6.2.0"
,
...
...
src/commands/georadiusbymember.json
View file @
407b5c91
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
"history"
:
[
"history"
:
[
[
[
"7.0.0"
,
"7.0.0"
,
"Added support for
capital-
case unit names."
"Added support for
upper
case unit names."
]
]
],
],
"deprecated_since"
:
"6.2.0"
,
"deprecated_since"
:
"6.2.0"
,
...
...
src/commands/geosearch.json
View file @
407b5c91
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
"history"
:
[
"history"
:
[
[
[
"7.0.0"
,
"7.0.0"
,
"Added support for
capital-
case unit names."
"Added support for
upper
case unit names."
]
]
],
],
"command_flags"
:
[
"command_flags"
:
[
...
...
src/commands/geosearchstore.json
View file @
407b5c91
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
"history"
:
[
"history"
:
[
[
[
"7.0.0"
,
"7.0.0"
,
"Added support for
capital-
case unit names."
"Added support for
upper
case unit names."
]
]
],
],
"command_flags"
:
[
"command_flags"
:
[
...
...
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