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