# File lib/redis/distributed.rb, line 227 def setex(key, ttl, value) node_for(key).setex(key, ttl, value) end