summaryrefslogtreecommitdiff
path: root/.codespell
diff options
context:
space:
mode:
authorItamar Haber <itamar@redis.com>2022-04-06 09:33:33 +0300
committerGitHub <noreply@github.com>2022-04-06 09:33:33 +0300
commit3e09a8c09770dfbe5c8a1c3d2ebc4599448ba7c4 (patch)
tree8ecd86c412569a711be16230978142c87cad5c63 /.codespell
parentf110de4b239d23b8436fdc742a557103c5852aad (diff)
downloadredis-3e09a8c09770dfbe5c8a1c3d2ebc4599448ba7c4.tar.gz
Fixes commands' syntices (#10534)
Fixes in command argument in json files * Fixes BITFIELD's syntax ("sub-commands" can be repeated, and OVERFLOW is only valid for SET and INCR) * Improves readability of SET (reordered) * Fixes GEOSEARCH and GEOSEARCH_RO syntices (use `oneof` for mutually exclusive group instead of `optional`) * Fixes MIGRATE syntax (use `oneof` for mutually exclusive group instead of `optional`) * Fixes MODULE LOADEX syntax (the `CONFIG` token should be repeated too when using multiple configs) other: * make generate-command-help.rb accept a path to commands.json, or read it from stdin (e.g. `generate-commands-json.py | generate-command-help.rb -`)
Diffstat (limited to '.codespell')
-rw-r--r--.codespell/wordlist.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/.codespell/wordlist.txt b/.codespell/wordlist.txt
index 1ab16276a..986773b60 100644
--- a/.codespell/wordlist.txt
+++ b/.codespell/wordlist.txt
@@ -15,3 +15,4 @@ tre
cancelability
ist
statics
+filetest