Cargo Features

[dependencies]
redis_ts = { version = "0.5.4", default-features = false, features = ["tokio-comp", "async-std-comp"] }
default = redis

The redis feature is set by default whenever redis_ts is added without default-features = false somewhere in the dependency tree.

tokio-comp

Enables tokio-comp of redis

async-std-comp

Enables async-std-comp of redis

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

redis default async-std-comp? tokio-comp?