# File lib/redis/distributed_store.rb, line 49 def setex(key, expiry, value, options = nil) node_for(key).setex(key, expiry, value, options) end