gregoriusxu / booksleeve

Automatically exported from code.google.com/p/booksleeve
Other
0 stars 0 forks source link

ISortedSetCommands API confusion #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to discern which Range() overload is by rank vs. score

What is the expected output? What do you see instead?
Expect to be able to easily tell the two calls appart, instead they are 
identical method signatures only differing in that one takes doubles and one 
takes longs.

What version of the product are you using? On what operating system?
1.1.0.5

Please provide any additional information below.
Have you considered more explicitly named RangeByRank() and RangeByScore() or 
possibly Range() and RangeByScore() to better match the native Redis API?

Original issue reported on code.google.com by mbtho...@gmail.com on 9 Apr 2012 at 12:49

GoogleCodeExporter commented 8 years ago
This is fixed in StackExchange.Redis, the successor to BookSleeve

Original comment by marc.gravell on 20 Mar 2014 at 12:06