gregoriusxu / booksleeve

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

SORT command missing #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to use http://redis.io/commands/sort

What is the expected output? What do you see instead?

 There doesn't seem to be a way to issue that command at all.

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

 Trunk as of this writing

Please provide any additional information below.

 I tried to use SORT BY foo GET ... but found no way to do that w/ BookSleeve. Quickly glancing at the source reveals a definition of the SORT command in an enum, but it seems to be unused elsewhere?

Support for SORT would make basic relational things (get me the first N items 
of this sorted set but look up the following keys as well) map to redis in a 
better way.

Original issue reported on code.google.com by benjamin.podszun@gmail.com on 13 Nov 2011 at 1:25

GoogleCodeExporter commented 8 years ago
Thanks - I will investigate.

Original comment by marc.gravell on 13 Nov 2011 at 7:48

GoogleCodeExporter commented 8 years ago
Marc, I sent you code for SORT.  Let me know if there is anything I can do to 
get it in the release.  Thanks

Original comment by scott.br...@secondsupper.com on 2 Aug 2012 at 8:55

GoogleCodeExporter commented 8 years ago
Sorry. This is just me struggling with time management. Lots of plates 
spinning, and "real world" demands on my time (kids etc). I'lll take a peek 
ASAP 

Marc

Original comment by marc.gravell on 2 Aug 2012 at 8:58

GoogleCodeExporter commented 8 years ago
This is merged locally (with some tweaks to use RedisParameter instead of 
string, etc) - will be deployed today.

Original comment by marc.gravell on 18 Oct 2012 at 7:24