# File lib/redis/namespace.rb, line 278
    def keys(query = nil)
      call_with_namespace(:keys, query || '*')
    end