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 wheneverredis_config
is added without
somewhere in the dependency tree.default-features = false - tokio-comp default
-
Enables tokio-comp of redis ^0.25.2
- async-std-comp
-
Enables async-std of redis ^0.25.2
- ahash
-
Enables ahash of redis ^0.25.2
- async-std-native-tls-comp
-
Enables async-std-native-tls-comp of redis ^0.25.2
- async-std-rustls-comp
-
Enables async-std-rustls-comp of redis ^0.25.2
- tokio-native-tls-comp
-
Enables tokio-native-tls-comp of redis ^0.25.2
- tokio-rustls-comp
-
Enables tokio-rustls-comp of redis ^0.25.2
redis_config has 8 features without comments.