Cargo Features

[dependencies]
redis_config = { version = "0.2.2", default-features = false, features = ["tokio-comp", "async-std-comp", "ahash", "async-std-native-tls-comp", "async-std-rustls-comp", "tokio-native-tls-comp", "tokio-rustls-comp"] }
default = tokio-comp

The tokio-comp feature is set by default whenever redis_config is added without default-features = false somewhere in the dependency tree.

tokio-comp default

Enables tokio-comp of redis

async-std-comp

Enables async-std of redis

ahash

Enables ahash of redis

async-std-native-tls-comp

Enables async-std-native-tls-comp of redis

async-std-rustls-comp

Enables async-std-rustls-comp of redis

tokio-native-tls-comp

Enables tokio-native-tls-comp of redis

tokio-rustls-comp

Enables tokio-rustls-comp of redis

redis_config has 8 features without comments.