send

Bun

Symbol

RedisClient.send

send(command: string, args: string[]): Promise<any>

Send a raw command to the Redis server

@param command

The command to send

@param args

The arguments to the command

@returns

A promise that resolves with the command result