/man/redisZRemRangeByScore.Rd
http://github.com/bwlewis/rredis · Unknown · 40 lines · 40 code · 0 blank · 0 comment · 0 complexity · 788091b0f4f1a516e14ba619c95f5341 MD5 · raw file
- \name{redisZRemRangeByScore}
- \alias{redisZRemRangeByScore}
- %- Also NEED an '\alias' for EACH other topic documented here.
- \title{
- redisZRemRangeByScore.Rd
- }
- \description{
- redisZRemRangeByScore.Rd
- }
- \usage{
- redisZRemRangeByScore(key, min, max)
- }
- %- maybe also 'usage' for other objects documented here.
- \arguments{
- \item{key}{
- %% ~~Describe \code{key} here~~
- }
- \item{min}{
- %% ~~Describe \code{min} here~~
- }
- \item{max}{
- %% ~~Describe \code{max} here~~
- }
- }
- \details{
- See the Redis documentation for details.
- }
- \value{
- See the Redis documentation for more information.
- %% If it is a LIST, use
- %% \item{comp1 }{Description of 'comp1'}
- %% \item{comp2 }{Description of 'comp2'}
- %% ...
- }
- \references{
- http://redis.io/commands
- }
- \author{
- B. W. Lewis
- }