Enum redis::ConnectionAddr
[−]
[src]
pub enum ConnectionAddr {
Tcp(String, u16),
}Defines the connection address.
The fields available on this struct depend on if the crate has been
compiled with the unix_socket feature or not. The Tcp field
is always available, but the Unix one is not.
Variants
Tcp | Format for this is |