# File lib/redis/store/namespace.rb, line 42
      def del(*keys)
        super(*keys.map { |key| interpolate(key) }) if keys.any?
      end