Cargo Features

[dependencies]
redis-kiss = { version = "0.1.4", default-features = false, features = ["async-std-runtime", "tokio-runtime"] }
default = async-std-runtime

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

async-std-runtime default

Enables async-std-comp of mobc-redis ^0.8.0 and redis ^0.23.0 and async-std of mobc ^0.8.1

Mobc + Redis

tokio-runtime

Enables mobc-redis ^0.8.0, tokio of mobc ^0.8.1, tokio-comp of redis ^0.23.0