Skip to content

Commit

Permalink
feat: connection manager public
Browse files Browse the repository at this point in the history
  • Loading branch information
HatemMn committed Dec 3, 2024
1 parent 2ee118d commit 0b4e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memory/redis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ return value

#[derive(Clone)]
pub struct RedisMemory<Address, Word> {
manager: ConnectionManager,
pub manager: ConnectionManager,
script_hash: String,
a: PhantomData<Address>,
w: PhantomData<Word>,
Expand Down

0 comments on commit 0b4e6b9

Please sign in to comment.