• Itamar Haber's avatar
    Add missing metadata to the commands SSOT files. (#10016) · aec8c577
    Itamar Haber authored
    Add missing information about commands, mainly from reviewing redis-doc and removing
    the metadata from it (https://github.com/redis/redis-doc/pull/1722)
    
    * Reintroduces CLUSTER S****S (supported by Redis) but missing from the JSON / docs (related? #9675).
      Note that without that json file, the command won't work (breaking change)
    * Adds the `replicas` argument (exists in Redis) to `CLIENT KILL`.
    * Adds `history` entries to several commands based on redis-doc's man pages.
    * Adds `since` to applicable command arguments based on `history` (this basically makes
      some of `history` redundant - perhaps at a later stage).
    * Uses proper semantic versioning in all version references.
    * Also removes `geoencodeCommand` and `geodecodeCommand` header
      declarations per b96af595.
    aec8c577
cluster-slaves.json 582 Bytes