Commit 1e2876e0 authored by Itamar Haber's avatar Itamar Haber Committed by Oran Agra
Browse files

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

(cherry picked from commit 407b5c91)
parent dbb7337e
......@@ -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 lower-case unit names."},
{"7.0.0","Added support for uppercase unit names."},
{0}
};
......@@ -1985,7 +1985,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 uppercase unit names."},
{0}
};
......@@ -2129,7 +2129,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 uppercase unit names."},
{0}
};
......@@ -2221,7 +2221,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 uppercase unit names."},
{0}
};
......
......@@ -14,7 +14,7 @@
],
[
"7.0.0",
"Added support for lower-case unit names."
"Added support for uppercase unit names."
]
],
"deprecated_since": "6.2.0",
......
......@@ -10,7 +10,7 @@
"history": [
[
"7.0.0",
"Added support for lower-case unit names."
"Added support for uppercase unit names."
]
],
"deprecated_since": "6.2.0",
......
......@@ -9,7 +9,7 @@
"history": [
[
"7.0.0",
"Added support for lower-case unit names."
"Added support for uppercase unit names."
]
],
"command_flags": [
......@@ -209,4 +209,4 @@
}
]
}
}
\ No newline at end of file
}
......@@ -9,7 +9,7 @@
"history": [
[
"7.0.0",
"Added support for lower-case unit names."
"Added support for uppercase unit names."
]
],
"command_flags": [
......@@ -221,4 +221,4 @@
}
]
}
}
\ No newline at end of file
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment