Update all modules to use registry - part 3
This commit is contained in:
@@ -61,6 +61,7 @@ impl Coordinator {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "redis")]
|
||||
fn unwrap_redis(store: InMemoryStore) -> Coordinator {
|
||||
if let InMemoryStore::Redis(redis) = store {
|
||||
Coordinator::Redis(redis)
|
||||
|
||||
Reference in New Issue
Block a user