# File lib/redis/distributed.rb, line 232
    def set(key, value)
      node_for(key).set(key, value)
    end