# File lib/moneta/redis.rb, line 26
    def []=(key, value)
      store(key, value)
    end