Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlewis committed Nov 22, 2015
1 parent c58097d commit cdad4c3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions man/redisUnwatch.Rd
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
\name{redisUnwatch}
\alias{redisUnwatch}
\title{redisUnwatch}
\description{Stop watching the specified keys for changes.}
\description{Stop watching for keys to change.}
\usage{
redisUnwatch(keys)
}
\arguments{
\item{keys}{A character vector or list of key names to stop watching.}
redisUnwatch()
}
\details{
Stop watching the specified keys. See \code{redisWatch} for details.
Stop watching all watched keys. See \code{\link{redisWatch}} for details.
}
\value{"OK"}
\references{
Expand Down

0 comments on commit cdad4c3

Please sign in to comment.