summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorItamar Haber <itamar@redis.com>2022-08-22 15:05:01 +0300
committerGitHub <noreply@github.com>2022-08-22 15:05:01 +0300
commit407b5c912f2a9151e760ed82515059d7bf6776f9 (patch)
tree63721ac6b5e5b9eaaa3e3edfd71af2e44b397d38 /src/commands.c
parenta5349832fe5d6a663096525a20dc237fa8ba3503 (diff)
downloadredis-407b5c912f2a9151e760ed82515059d7bf6776f9.tar.gz
Replaces a made-up term with a real one (#11169)
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/commands.c b/src/commands.c
index 880c7805d..9b03c8a37 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -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 capital-case unit names."},
+{"7.0.0","Added support for uppercase unit names."},
{0}
};
@@ -1979,7 +1979,7 @@ struct redisCommandArg GEORADIUS_Args[] = {
/* 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}
};
@@ -2123,7 +2123,7 @@ struct redisCommandArg GEORADIUS_RO_Args[] = {
/* 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}
};
@@ -2215,7 +2215,7 @@ struct redisCommandArg GEOSEARCH_Args[] = {
/* 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}
};