Function transformIncrDecrArguments

  • transformIncrDecrArguments(command: "TS.INCRBY" | "TS.DECRBY", key: string, value: number, options?: IncrDecrOptions): RedisCommandArguments
  • Parameters

    • command: "TS.INCRBY" | "TS.DECRBY"
    • key: string
    • value: number
    • Optional options: IncrDecrOptions

    Returns RedisCommandArguments

Generated using TypeDoc