From 98328020bf5f6bef1739f0db51f00a2c027cc88b Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Mon, 22 Aug 2022 15:05:01 +0300 Subject: [PATCH] Replaces a made-up term with a real one (#11169) (cherry picked from commit 407b5c912f2a9151e760ed82515059d7bf6776f9) --- src/commands.c | 8 ++++---- src/commands/georadius.json | 2 +- src/commands/georadiusbymember.json | 2 +- src/commands/geosearch.json | 4 ++-- src/commands/geosearchstore.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/commands.c b/src/commands.c index 002f847b6fe1..cff74dd1a062 100644 --- a/src/commands.c +++ b/src/commands.c @@ -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} }; diff --git a/src/commands/georadius.json b/src/commands/georadius.json index 5f9515a6453d..c53efa438c74 100644 --- a/src/commands/georadius.json +++ b/src/commands/georadius.json @@ -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", diff --git a/src/commands/georadiusbymember.json b/src/commands/georadiusbymember.json index bb2c556dd108..d22038a424d8 100644 --- a/src/commands/georadiusbymember.json +++ b/src/commands/georadiusbymember.json @@ -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", diff --git a/src/commands/geosearch.json b/src/commands/geosearch.json index 3a855033d675..b6e9dc03639c 100644 --- a/src/commands/geosearch.json +++ b/src/commands/geosearch.json @@ -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 +} diff --git a/src/commands/geosearchstore.json b/src/commands/geosearchstore.json index 56e1915f9632..feaed57b8b75 100644 --- a/src/commands/geosearchstore.json +++ b/src/commands/geosearchstore.json @@ -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 +}