Skip to content

Commit

Permalink
Export ProtocolVersion in the public interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Voleti authored and bikeshedder committed Sep 18, 2024
1 parent e6de358 commit c055ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ use redis::{

pub use redis;

pub use self::config::{Config, ConfigError, ConnectionAddr, ConnectionInfo, RedisConnectionInfo};
pub use self::config::{
Config, ConfigError, ConnectionAddr, ConnectionInfo, ProtocolVersion, RedisConnectionInfo,
};

pub use deadpool::managed::reexports::*;
deadpool::managed_reexports!("redis", Manager, Connection, RedisError, ConfigError);
Expand Down

0 comments on commit c055ee1

Please sign in to comment.