Struct rust_redlock::Config [] [src]

pub struct Config<T> where
    T: IntoConnectionInfo
{ pub addrs: Vec<T>, pub retry_count: u32, pub retry_delay: Duration, pub retry_jitter: u32, pub drift_factor: f32, }

Fields

Trait Implementations

impl Default for Config<&'static str>
[src]

Returns the "default value" for a type. Read more