redis_multi: Helper for Redis MULTI

View source: R/redis_tools.R

redis_multiR Documentation

Helper for Redis MULTI

Description

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.

Usage

redis_multi(con, expr)

Arguments

con

A Redis connection object

expr

An expression to evaluate


richfitz/redux documentation built on Jan. 19, 2024, 5:53 p.m.