Helper for Redis MULTI
Helper to evaluate a Redis MULTI statement. If an error occurs then, DISCARD is called and the transaction is cancelled. Otherwise EXEC is called and the transaction is processed.
MULTI
DISCARD
EXEC
redis_multi(con, expr)
con
expr
Useful links