# File lib/moneta/adapters/redis.rb, line 69
      def clear(options = {})
        @backend.flushdb
        self
      end