Replaces a made-up term with a real one (#11169)

This commit is contained in:
Itamar Haber 2022-08-22 15:05:01 +03:00 committed by GitHub
parent a5349832fe
commit 407b5c912f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -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 uppercase unit names."},
{0} {0}
}; };
@ -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 uppercase unit names."},
{0} {0}
}; };
@ -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 uppercase unit names."},
{0} {0}
}; };
@ -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 uppercase unit names."},
{0} {0}
}; };

View File

@ -14,7 +14,7 @@
], ],
[ [
"7.0.0", "7.0.0",
"Added support for capital-case unit names." "Added support for uppercase unit names."
] ]
], ],
"deprecated_since": "6.2.0", "deprecated_since": "6.2.0",

View File

@ -10,7 +10,7 @@
"history": [ "history": [
[ [
"7.0.0", "7.0.0",
"Added support for capital-case unit names." "Added support for uppercase unit names."
] ]
], ],
"deprecated_since": "6.2.0", "deprecated_since": "6.2.0",

View File

@ -9,7 +9,7 @@
"history": [ "history": [
[ [
"7.0.0", "7.0.0",
"Added support for capital-case unit names." "Added support for uppercase unit names."
] ]
], ],
"command_flags": [ "command_flags": [

View File

@ -9,7 +9,7 @@
"history": [ "history": [
[ [
"7.0.0", "7.0.0",
"Added support for capital-case unit names." "Added support for uppercase unit names."
] ]
], ],
"command_flags": [ "command_flags": [