mod-redis: derive Debug for RedisConnection

This commit is contained in:
Dirkjan Ochtman
2024-09-23 14:11:56 -07:00
committed by Wez Furlong
parent 3f0a234662
commit db43aa2ffd
+1 -1
View File
@@ -45,7 +45,7 @@ impl Manager for ClientManager {
}
}
#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct RedisConnection(Arc<RedisConnKey>);
impl RedisConnection {