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 wheneverredis-kiss
is added without
somewhere in the dependency tree.default-features = false - async-std-runtime default
-
Enables async-std-comp of mobc-redis and redis ^0.23.0 and async-std of mobc
Mobc + Redis
- tokio-runtime
-
Enables mobc-redis, tokio of mobc, tokio-comp of redis ^0.23.0