Skip to content

Instantly share code, notes, and snippets.

@ozgun
Created November 6, 2012 17:03
Show Gist options
  • Save ozgun/4026048 to your computer and use it in GitHub Desktop.
Save ozgun/4026048 to your computer and use it in GitHub Desktop.
redis_ruby_test.rb
# gem install redis
require 'redis'
redis = Redis.new
1_000_000.times do |i|
redis.set("mykey#{i}", "sdfasdfasdfasfsfsdfsfsdfasdfasdfasdfasdfsadfsdfsdfsdfsdfasdfasdfasfasdfasdfasdfsadf")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment