refactor(redis_interface): return MsetnxReply from MSETNX wrapper (#170)

This commit is contained in:
Sanchith Hegde
2022-12-19 16:25:24 +05:30
committed by GitHub
parent 1cdc1367a7
commit 4edc97e57e
4 changed files with 35 additions and 19 deletions

View File

@ -21,7 +21,6 @@ pub mod commands;
pub mod errors;
pub mod types;
pub use fred::prelude::*;
use router_env::logger;
pub use self::{commands::*, types::*};