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-runtimefeature is set by default wheneverredis-kissis added withoutsomewhere in the dependency tree.default-features = false - 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