Cargo Features
Urx has no features set by default.
[dependencies]
urx = { version = "0.8.0", features = ["redis-cache"] }
- redis-cache = redis
-
Affects
redis_impl::RedisCache…
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 redis-cache?
-
Enables redis ^0.27