Type aliases
ClientLegacyCommandArguments
InstantiableRedisClient
Type parameters
Type declaration
Parameters
Rest ...args: ConstructorParameters<typeof default>
RedisClientCommandSignature
Redis
Client
Command
Signature
<Command, Params>: <Options>(...args
: Params | [options
: Options, rest
: Params]) => Promise<ConvertArgumentType<RedisCommandReply<Command>, Options["returnBuffers"] extends true ? Buffer : string>>Type parameters
Params: unknown[] = Parameters<Command["transformArguments"]>
Type declaration
- <Options>(...args: Params | [options: Options, rest: Params]): Promise<ConvertArgumentType<RedisCommandReply<Command>, Options["returnBuffers"] extends true ? Buffer : string>>
Type parameters
Parameters
Rest ...args: Params | [options: Options, rest: Params]
Returns Promise<ConvertArgumentType<RedisCommandReply<Command>, Options["returnBuffers"] extends true ? Buffer : string>>
RedisClientType
Type parameters
WithModules
Type parameters
WithScripts
Type parameters