NAME

Async::Redis::Error::Timeout - Timeout exception

DESCRIPTION

Thrown when a Redis operation times out.

ATTRIBUTES

command - The command that timed out (arrayref)
timeout - The timeout value in seconds
maybe_executed - Boolean; true if command may have been executed on server before timeout. This happens when we timeout after writing the command but before receiving response.