Skip to content

Instantly share code, notes, and snippets.

@jacortinas
Created August 13, 2011 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacortinas/1143425 to your computer and use it in GitHub Desktop.
Save jacortinas/1143425 to your computer and use it in GitHub Desktop.
redis_instance.pipelined do
[1,2,3].each do |item|
redis_instance.sadd 'some_key', item
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment