Skip to content

Instantly share code, notes, and snippets.

@ezmobius
Created March 15, 2009 23:01
Show Gist options
  • Save ezmobius/79573 to your computer and use it in GitHub Desktop.
Save ezmobius/79573 to your computer and use it in GitHub Desktop.
redis.sort 'index', :by => 'weight_*',
:order => 'DESC ALPHA',
:limit => [0,10],
:get => 'obj_*'
VS
redis.sort "SORT index BY weight_* GET obj_* DESC ALPHA LIMIT 0 10"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment