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
a5349832
Unverified
Commit
a5349832
authored
Aug 21, 2022
by
Itamar Haber
Committed by
GitHub
Aug 21, 2022
Browse files
Changes "lower" to "capital" in GEO units history notes (#11164)
A overlooked mistake in the #11162
parent
ca6aeadf
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/commands.c
View file @
a5349832
...
...
@@ -1928,7 +1928,7 @@ struct redisCommandArg GEOPOS_Args[] = {
/* GEORADIUS history */
commandHistory
GEORADIUS_History
[]
=
{
{
"6.2.0"
,
"Added the `ANY` option for `COUNT`."
},
{
"7.0.0"
,
"Added support for
lower
-case unit names."
},
{
"7.0.0"
,
"Added support for
capital
-case unit names."
},
{
0
}
};
...
...
@@ -1979,7 +1979,7 @@ struct redisCommandArg GEORADIUS_Args[] = {
/* GEORADIUSBYMEMBER history */
commandHistory
GEORADIUSBYMEMBER_History
[]
=
{
{
"7.0.0"
,
"Added support for
lower
-case unit names."
},
{
"7.0.0"
,
"Added support for
capital
-case unit names."
},
{
0
}
};
...
...
@@ -2123,7 +2123,7 @@ struct redisCommandArg GEORADIUS_RO_Args[] = {
/* GEOSEARCH history */
commandHistory
GEOSEARCH_History
[]
=
{
{
"7.0.0"
,
"Added support for
lower
-case unit names."
},
{
"7.0.0"
,
"Added support for
capital
-case unit names."
},
{
0
}
};
...
...
@@ -2215,7 +2215,7 @@ struct redisCommandArg GEOSEARCH_Args[] = {
/* GEOSEARCHSTORE history */
commandHistory
GEOSEARCHSTORE_History
[]
=
{
{
"7.0.0"
,
"Added support for
lower
-case unit names."
},
{
"7.0.0"
,
"Added support for
capital
-case unit names."
},
{
0
}
};
...
...
src/commands/georadius.json
View file @
a5349832
...
...
@@ -14,7 +14,7 @@
],
[
"7.0.0"
,
"Added support for
lower
-case unit names."
"Added support for
capital
-case unit names."
]
],
"deprecated_since"
:
"6.2.0"
,
...
...
src/commands/georadiusbymember.json
View file @
a5349832
...
...
@@ -10,7 +10,7 @@
"history"
:
[
[
"7.0.0"
,
"Added support for
lower
-case unit names."
"Added support for
capital
-case unit names."
]
],
"deprecated_since"
:
"6.2.0"
,
...
...
src/commands/geosearch.json
View file @
a5349832
...
...
@@ -9,7 +9,7 @@
"history"
:
[
[
"7.0.0"
,
"Added support for
lower
-case unit names."
"Added support for
capital
-case unit names."
]
],
"command_flags"
:
[
...
...
src/commands/geosearchstore.json
View file @
a5349832
...
...
@@ -9,7 +9,7 @@
"history"
:
[
[
"7.0.0"
,
"Added support for
lower
-case unit names."
"Added support for
capital
-case unit names."
]
],
"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