redis_multi | R Documentation |
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.
redis_multi(con, expr)
con |
A Redis connection object |
expr |
An expression to evaluate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.