Cargo Features

[dependencies]
redis_config = { version = "0.3.0", default-features = false, features = ["tokio-comp", "json", "ahash", "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 redis ^0.32.5

json

Enables json of redis ^0.32.5

Affects states::Json

ahash

Enables ahash of redis ^0.32.5

tokio-native-tls-comp

Enables tokio-native-tls-comp of redis ^0.32.5

tokio-rustls-comp

Enables tokio-rustls-comp of redis ^0.32.5