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 whenever deadpool-redis is added without default-features = false somewhere in the dependency tree.

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

Enables serde, serde of deadpool

acl

Re-export of redis features

Enables acl of redis

geospatial

Enables geospatial of redis

json

Enables json of redis

cluster cluster-async?

Enables cluster-async of redis

Affects deadpool-redis::cluster

script

Enables script of redis

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

Enables streams of redis

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

Enables cache-aio of redis