Commands

Commands Overview

RedisTimeSeries API

Details on module's commands can be filtered for a specific module or command, e.g., TS.CREATE. The details also include the syntax for the commands, where:

  • Command and subcommand names are in uppercase, for example TS.ADD
  • Optional arguments are enclosed in square brackets, for example [index]
  • Additional optional arguments are indicated by three period characters, for example ...

Commands usually require a key's name as their first argument. If not specified, the path is generally assumed to be the root.

Rate this page