diff --git a/proxy/src/binary/proxy.rs b/proxy/src/binary/proxy.rs index c595303b19..9255b6fdb8 100644 --- a/proxy/src/binary/proxy.rs +++ b/proxy/src/binary/proxy.rs @@ -975,6 +975,8 @@ async fn configure_redis( Ok((regional_redis_client, redis_notifications_client)) } + +// TODO: move this to a common place (the exact same code is used in local_proxy.rs) #[derive(Error, Debug)] enum RefreshConfigError { #[error(transparent)]