redisWatch: redisWatch

Description Usage Arguments Details Value Author(s) References

View source: R/allValCMD.R

Description

Condition a transaction block on value changes.

Usage

1
redisWatch(keys)

Arguments

keys

A character vector or list of key names to watch for changes.

Details

Watch the specified keys for changed values. If any of the values change for the watched keys, discard the current transaction block and unwatch all watched keys.

Value

"OK"

Author(s)

B. W. Lewis

References

http://redis.io/commands


bwlewis/rredis documentation built on Jan. 3, 2022, 4:53 p.m.