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