Skip to content

Commit

Permalink
fixup! fix: Publish blocks to correct redis stream
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Jan 11, 2024
1 parent abc7272 commit 762a078
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions block-streamer/src/redis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ pub use MockRedisClientImpl as RedisClient;
#[cfg(not(test))]
pub use RedisClientImpl as RedisClient;

pub fn generate_historical_stream_key(prefix: &str) -> String {
format!("{}:historical:stream", prefix)
}

pub struct RedisClientImpl {
connection: ConnectionManager,
}
Expand Down

0 comments on commit 762a078

Please sign in to comment.