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-compfeature is set by default wheneverredis_configis added withoutsomewhere in the dependency tree.default-features = false - 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