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