interface RedisRedisClassType {
    createClient(options: RedisRedisClientOptions): Partial<RedisRedisClientType>;
}

Methods

Methods