Skip to content

Commit

Permalink
Replaces a made-up term with a real one (redis#11169)
Browse files Browse the repository at this point in the history
(cherry picked from commit 407b5c9)
  • Loading branch information
itamarhaber authored and oranagra committed Sep 21, 2022
1 parent 69a156c commit 9832802
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -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}
};

Expand Down Expand Up @@ -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}
};

Expand Down Expand Up @@ -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}
};

Expand Down Expand Up @@ -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}
};

Expand Down
2 changes: 1 addition & 1 deletion src/commands/georadius.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/georadiusbymember.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/commands/geosearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"history": [
[
"7.0.0",
"Added support for lower-case unit names."
"Added support for uppercase unit names."
]
],
"command_flags": [
Expand Down Expand Up @@ -209,4 +209,4 @@
}
]
}
}
}
4 changes: 2 additions & 2 deletions src/commands/geosearchstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"history": [
[
"7.0.0",
"Added support for lower-case unit names."
"Added support for uppercase unit names."
]
],
"command_flags": [
Expand Down Expand Up @@ -221,4 +221,4 @@
}
]
}
}
}

0 comments on commit 9832802

Please sign in to comment.