Msend
Bun

method

RedisClient.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