Instance Method
send(command:with:)
Sends the desired command with the specified arguments.
func send(command: String, with arguments: [RESPValue]) -> EventLoopFuture<RESPValue>
Parameters
commandThe command to execute.
argumentsThe arguments, if any, to be sent with the command.
Return Value
A NIO.EventLoopFuture that will resolve with the Redis command response.