Skip to content

Commit

Permalink
fix: re-export redis ConnectionManager & RedisError (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzHicham authored Nov 28, 2024
1 parent 094938d commit 47af9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apalis-redis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
mod expose;
mod storage;
pub use redis::{aio::ConnectionManager, RedisError};
pub use storage::connect;
pub use storage::Config;
pub use storage::RedisContext;
Expand Down

0 comments on commit 47af9df

Please sign in to comment.