Update all modules to use registry - part 3

This commit is contained in:
mdecimus
2026-02-11 21:30:17 +00:00
parent c4064082ea
commit f7c2fe10c1
86 changed files with 1010 additions and 1037 deletions

View File

@@ -61,6 +61,7 @@ impl Coordinator {
}
}
#[cfg(feature = "redis")]
fn unwrap_redis(store: InMemoryStore) -> Coordinator {
if let InMemoryStore::Redis(redis) = store {
Coordinator::Redis(redis)