Cargo Features

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

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

tokio-comp

Enables tokio-comp of redis ^0.23.0

async-std-comp

Enables async-std-comp of redis ^0.23.0

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?

Enables redis ^0.23.0