# File lib/redis/distributed.rb, line 187
    def []=(key,value)
      set(key, value)
    end