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