Cargo Features
[dependencies]
redis-cache = { version = "0.3.0", default-features = false, features = ["runtime-async-std", "runtime-tokio"] }
- default = runtime-async-std
-
The
runtime-async-std
feature is set by default wheneverredis-cache
is added without
somewhere in the dependency tree.default-features = false - runtime-async-std default
-
Enables runtime-async-std of casbin
- runtime-tokio
-
Enables runtime-tokio of casbin
RedisCache has 3 features without comments.