feat: add uds support for ketama && load-balancing

This commit is contained in:
blackanger 2024-03-20 19:54:44 +08:00
parent 18bf1f6a30
commit ef1aa0b6d6

View file

@ -329,7 +329,7 @@ mod tests {
#[test]
fn test_uds() {
let addr = "unix:/tmp/sock".parse::<SocketAddr>().unwrap().to_string();
let _ = "unix:/tmp/sock".parse::<SocketAddr>().unwrap().to_string();
assert_eq!(
"unix:/tmp/sock".parse::<SocketAddr>().unwrap().to_string(),