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