# File lib/redis/distributed.rb, line 108 def expire(key, seconds) node_for(key).expire(key, seconds) end