Skip to content

Instantly share code, notes, and snippets.

@coldclimate
Created October 26, 2013 14:45
Show Gist options
  • Select an option

  • Save coldclimate/7170213 to your computer and use it in GitHub Desktop.

Select an option

Save coldclimate/7170213 to your computer and use it in GitHub Desktop.
Convert a list into a set in redis
redis-cli lrange 2013_10_26 0 2000 | xargs redis-cli sadd s2013_10_26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment