Rdocumentation
powered by
Learn R Programming
rredis (version 1.7.0)
redisUnwatch: redisUnwatch
Description
Stop watching the specified keys for changes.
Usage
redisUnwatch(keys)
Arguments
keys
A character vector or list of key names to stop watching.
Value
Details
Stop watching the specified keys. See
redisWatch
for details.
References
http://redis.io/commands