# File lib/anemone/storage/redis.rb, line 46
      def merge!(hash)
        hash.each { |key, value| self[key] = value }
        self
      end