# File lib/redis/namespace.rb, line 274
    def respond_to?(command, include_private=false)
      super or respond_to_missing?(command, include_private)
    end