etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

Negative/Positive infinity should use -inf, +inf #206

Open nkconnor opened 6 years ago

nkconnor commented 6 years ago

Redis documentation https://redis.io/commands/zrangebyscore#exclusive-intervals-and-infinity

Limit usage https://github.com/etaty/rediscala/blob/f25d906f9d7d79416f5f03b294c88f56296006a1/src/main/scala/redis/commands/SortedSets.scala#L20