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
1e2876e0
Commit
1e2876e0
authored
Aug 22, 2022
by
Itamar Haber
Committed by
Oran Agra
Sep 21, 2022
Browse files
Replaces a made-up term with a real one (#11169)
(cherry picked from commit
407b5c91
)
parent
dbb7337e
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/commands.c
View file @
1e2876e0
...
...
@@ -1934,7 +1934,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
low
er
-
case unit names."
},
{
"7.0.0"
,
"Added support for
upp
ercase unit names."
},
{
0
}
};
...
...
@@ -1985,7 +1985,7 @@ struct redisCommandArg GEORADIUS_Args[] = {
/* GEORADIUSBYMEMBER history */
commandHistory
GEORADIUSBYMEMBER_History
[]
=
{
{
"7.0.0"
,
"Added support for
low
er
-
case unit names."
},
{
"7.0.0"
,
"Added support for
upp
ercase unit names."
},
{
0
}
};
...
...
@@ -2129,7 +2129,7 @@ struct redisCommandArg GEORADIUS_RO_Args[] = {
/* GEOSEARCH history */
commandHistory
GEOSEARCH_History
[]
=
{
{
"7.0.0"
,
"Added support for
low
er
-
case unit names."
},
{
"7.0.0"
,
"Added support for
upp
ercase unit names."
},
{
0
}
};
...
...
@@ -2221,7 +2221,7 @@ struct redisCommandArg GEOSEARCH_Args[] = {
/* GEOSEARCHSTORE history */
commandHistory
GEOSEARCHSTORE_History
[]
=
{
{
"7.0.0"
,
"Added support for
low
er
-
case unit names."
},
{
"7.0.0"
,
"Added support for
upp
ercase unit names."
},
{
0
}
};
...
...
src/commands/georadius.json
View file @
1e2876e0
...
...
@@ -14,7 +14,7 @@
],
[
"7.0.0"
,
"Added support for
low
er
-
case unit names."
"Added support for
upp
ercase unit names."
]
],
"deprecated_since"
:
"6.2.0"
,
...
...
src/commands/georadiusbymember.json
View file @
1e2876e0
...
...
@@ -10,7 +10,7 @@
"history"
:
[
[
"7.0.0"
,
"Added support for
low
er
-
case unit names."
"Added support for
upp
ercase unit names."
]
],
"deprecated_since"
:
"6.2.0"
,
...
...
src/commands/geosearch.json
View file @
1e2876e0
...
...
@@ -9,7 +9,7 @@
"history"
:
[
[
"7.0.0"
,
"Added support for
low
er
-
case unit names."
"Added support for
upp
ercase unit names."
]
],
"command_flags"
:
[
...
...
@@ -209,4 +209,4 @@
}
]
}
}
\ No newline at end of file
}
src/commands/geosearchstore.json
View file @
1e2876e0
...
...
@@ -9,7 +9,7 @@
"history"
:
[
[
"7.0.0"
,
"Added support for
low
er
-
case unit names."
"Added support for
upp
ercase unit names."
]
],
"command_flags"
:
[
...
...
@@ -221,4 +221,4 @@
}
]
}
}
\ No newline at end of file
}
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