Cargo Features
[dependencies]
gn-matchmaking-state-types = { version = "0.1.1", default-features = false, features = ["redis"] }
- default = redis
-
The
redis
feature is set by default whenevergn-matchmaking-state-types
is added without
somewhere in the dependency tree.default-features = false - redis default
-
Affects
gn-matchmaking-state-types::SearcherMatchConfig
…