Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require 'redis'
- redis = Redis.new(:host => "HOST", :port => 6379, :db => 15)
- redis.set "last_update", Time.now.to_i
- puts redis.get("last_update")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement