function check_path_exact_match()

in pluginats/connect_redis.lua [36:41]


function check_path_exact_match(req_scheme, req_host, req_path)
  local host_path = "E+"..req_scheme .. "://" .. req_host .. req_path
  ts.debug('checking host_path: '..host_path)
  client:select(1) 
  return client:smembers(host_path) 
end