# File tokyotyrant.rb, line 1336
    def search()
      rv = @rdb.misc("search", @args, RDB::MONOULOG)
      return rv ? rv : Array.new
    end