djveremix / redis

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

Sorting by external sorted set #287

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We can use SORT list BY weight_*. And "weight" is often stored in sorted set, 
where weight value is the score of member*.
There should be a way to SORT a list by the score of an external zset.

Original issue reported on code.google.com by VnVi...@gmail.com on 18 Jul 2010 at 1:11