Skip to content

Commit b8223ca

Browse files
Danni Moiseyevgavrie
authored andcommitted
Make RedisKey public to allow users to have a reference to RedisKey
1 parent 18e0331 commit b8223ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub mod redisraw;
1818
pub mod redisvalue;
1919

2020
mod context;
21-
mod key;
21+
pub mod key;
2222
pub mod logging;
2323
mod macros;
2424

0 commit comments

Comments
 (0)