RedisCommand typedef

RedisCommand = Command

A type alias for the Command class from the redis package.

Use this to call custom Redis commands via RedisCommand.send_object or other methods from the redis package.

Implementation

typedef RedisCommand = Command;