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

Commit

Permalink
More man page fixes to addres PDF man page overful lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlewis committed Sep 16, 2013
1 parent 3a4930b commit 5c7c36f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions man/redisConnect.Rd
Expand Up @@ -34,8 +34,10 @@ Possible consequences include:


* Angry system adiministrators. * Angry system adiministrators.


A better choice for good performance is to enable Redis pipelining using A better choice for good performance is to enable Redis pipelining
\code{redisSetPipeline(FALSE)} and then use the \code{redisGetResponse} with
\code{redisSetPipeline(FALSE)} (q.v.).

} }


\value{Nothing is returned by default. \value{Nothing is returned by default.
Expand Down
1 change: 1 addition & 0 deletions man/redisMonitorChannels.Rd
Expand Up @@ -41,6 +41,7 @@ B. W. Lewis
\code{\link{redisPublish}} \code{\link{redisPublish}}
\code{\link{redisUnsubscribe}} \code{\link{redisUnsubscribe}}
\code{\link{redisGetResponse}} \code{\link{redisGetResponse}}

\code{\link{redisMonitorChannels}} \code{\link{redisMonitorChannels}}
} }
\examples{ \examples{
Expand Down

0 comments on commit 5c7c36f

Please sign in to comment.