macro_rules! transaction_async {
    ($conn:expr, $keys:expr, $body:expr) => { ... };
}
Expand description

Simplifies async Redis transactions.