You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wordlist is modified to accept all words in UPPERCASE, since those
are the ones causing the most trouble and are often command arguments or
acronyms not known by the spellchecker. Some more regexes are added to
the wordlist.
The CI job is modified to use another action.
A bunch of actual spelling errors are fixed.
Fixes#93
---------
Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Copy file name to clipboardExpand all lines: commands/cluster-nodes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,4 +105,4 @@ Note that:
105
105
1. Migration and importing slots are only added to the node flagged as `myself`. This information is local to a node, for its own slots.
106
106
2. Importing and migrating slots are provided as **additional info**. If the node has a given hash slot assigned, it will be also a plain number in the list of hash slots, so clients that don't have a clue about hash slots migrations can just skip this special fields.
107
107
108
-
**A note about the word slave used in this man page and command name**: If not for Redis OSS compatibility, the Valkey project dones not use the word slave. Unfortunately in this command the word slave is part of the protocol, so we'll be able to remove such occurrences only when this API will be naturally deprecated.
108
+
**A note about the word slave used in this man page and command name**: If not for Redis OSS compatibility, the Valkey project does not use the word slave. Unfortunately in this command the word slave is part of the protocol, so we'll be able to remove such occurrences only when this API will be naturally deprecated.
Copy file name to clipboardExpand all lines: commands/georadiusbymember.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The position of the specified member is used as the center of the query.
5
5
6
6
Please check the example below and the `GEORADIUS` documentation for more information about the command and its options.
7
7
8
-
Note that `GEORADIUSBYMEMBER_RO`is addeded in order to provide a read-only command that can be used in replicas. See the `GEORADIUS` page for more information.
8
+
Note that `GEORADIUSBYMEMBER_RO`was added to provide a read-only command that can be used in replicas. See the `GEORADIUS` page for more information.
0 commit comments