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
- geospatial
-
Enables geospatial of redis
- json
- cluster cluster-async?
-
Enables cluster-async of redis
Affects
deadpool-redis::cluster
… - script
- tls-native-tls
-
Enables tls-native-tls of redis
- tls-rustls
-
Enables tls-rustls of redis
- tls-rustls-insecure
-
Enables tls-rustls-insecure of redis
- tls-rustls-webpki-roots
-
Enables tls-rustls-webpki-roots of redis
- async-std-comp rt_async-std_1?
-
Enables async-std-comp 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-comp rt_tokio_1
-
Enables tokio-comp of redis
- tokio-native-tls-comp
-
Enables tokio-native-tls-comp of redis
- tokio-rustls-comp
-
Enables tokio-rustls-comp of redis
- connection-manager
-
Enables connection-manager of redis
- streams
- cluster-async = cluster
- keep-alive
-
Enables keep-alive of redis
- sentinel
-
Enables sentinel of redis, sync of tokio
Affects
deadpool-redis::sentinel
… - tcp_nodelay
-
Enables tcp_nodelay of redis
- num-bigint
-
Enables num-bigint of redis
- disable-client-setinfo
-
Enables disable-client-setinfo of redis
- cache-aio