/man/redisZRemRangeByScore.Rd

http://github.com/bwlewis/rredis · Unknown · 40 lines · 40 code · 0 blank · 0 comment · 0 complexity · 788091b0f4f1a516e14ba619c95f5341 MD5 · raw file

  1. \name{redisZRemRangeByScore}
  2. \alias{redisZRemRangeByScore}
  3. %- Also NEED an '\alias' for EACH other topic documented here.
  4. \title{
  5. redisZRemRangeByScore.Rd
  6. }
  7. \description{
  8. redisZRemRangeByScore.Rd
  9. }
  10. \usage{
  11. redisZRemRangeByScore(key, min, max)
  12. }
  13. %- maybe also 'usage' for other objects documented here.
  14. \arguments{
  15. \item{key}{
  16. %% ~~Describe \code{key} here~~
  17. }
  18. \item{min}{
  19. %% ~~Describe \code{min} here~~
  20. }
  21. \item{max}{
  22. %% ~~Describe \code{max} here~~
  23. }
  24. }
  25. \details{
  26. See the Redis documentation for details.
  27. }
  28. \value{
  29. See the Redis documentation for more information.
  30. %% If it is a LIST, use
  31. %% \item{comp1 }{Description of 'comp1'}
  32. %% \item{comp2 }{Description of 'comp2'}
  33. %% ...
  34. }
  35. \references{
  36. http://redis.io/commands
  37. }
  38. \author{
  39. B. W. Lewis
  40. }