Skip to content

Commit

Permalink
ref(redis): add cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Litarnus committed Dec 6, 2024
1 parent a91ef6a commit ae45be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay-server/src/services/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use std::sync::Arc;
use crate::services::upstream::{IsNetworkOutage, UpstreamRelay};
use crate::statsd::{RelayGauges, RuntimeCounters, RuntimeGauges};
use relay_config::{Config, RelayMode};
#[cfg(feature = "processing")]
use relay_redis::AsyncRedisClient;
#[cfg(feature = "processing")]
use relay_redis::{RedisPool, RedisPools, Stats};
Expand Down

0 comments on commit ae45be2

Please sign in to comment.