Cargo Features
[dependencies]
deadpool-redis = { version = "0.20.0", default-features = false, features = ["rt_tokio_1", "rt_async-std_1", "serde", "acl", "geospatial", "json", "cluster", "script", "tls-native-tls", "tls-rustls", "tls-rustls-insecure", "tls-rustls-webpki-roots", "async-std-comp", "async-std-native-tls-comp", "async-std-rustls-comp", "tokio-comp", "tokio-native-tls-comp", "tokio-rustls-comp", "connection-manager", "streams", "cluster-async", "keep-alive", "sentinel", "tcp_nodelay", "num-bigint", "disable-client-setinfo", "cache-aio"] }
- default = rt_tokio_1
-
The
rt_tokio_1
feature is set by default wheneverdeadpool-redis
is added without
somewhere in the dependency tree.default-features = false - rt_tokio_1 default = tokio-comp
-
Enables rt_tokio_1 of deadpool
- rt_async-std_1 = async-std-comp
-
Enables rt_async-std_1 of deadpool
- serde
- acl
-
Re-export of redis features
Enables acl of redis ^0.29
- geospatial
-
Enables geospatial of redis ^0.29
- json
-
Enables json of redis ^0.29
- cluster cluster-async?
-
Enables cluster-async of redis ^0.29
Affects
deadpool-redis::cluster
… - script
-
Enables script of redis ^0.29
- tls-native-tls
-
Enables tls-native-tls of redis ^0.29
- tls-rustls
-
Enables tls-rustls of redis ^0.29
- tls-rustls-insecure
-
Enables tls-rustls-insecure of redis ^0.29
- tls-rustls-webpki-roots
-
Enables tls-rustls-webpki-roots of redis ^0.29
- async-std-comp rt_async-std_1?
-
Enables async-std-comp of redis ^0.29
- async-std-native-tls-comp
-
Enables async-std-native-tls-comp of redis ^0.29
- async-std-rustls-comp
-
Enables async-std-rustls-comp of redis ^0.29
- tokio-comp rt_tokio_1
-
Enables tokio-comp of redis ^0.29
- tokio-native-tls-comp
-
Enables tokio-native-tls-comp of redis ^0.29
- tokio-rustls-comp
-
Enables tokio-rustls-comp of redis ^0.29
- connection-manager
-
Enables connection-manager of redis ^0.29
- streams
-
Enables streams of redis ^0.29
- cluster-async = cluster
- keep-alive
-
Enables keep-alive of redis ^0.29
- sentinel
-
Enables sentinel of redis ^0.29, sync of tokio
Affects
deadpool-redis::sentinel
… - tcp_nodelay
-
Enables tcp_nodelay of redis ^0.29
- num-bigint
-
Enables num-bigint of redis ^0.29
- disable-client-setinfo
-
Enables disable-client-setinfo of redis ^0.29
- cache-aio
-
Enables cache-aio of redis ^0.29