Skip to content

Commit 1385cbd

Browse files
author
Meir Shpilraien (Spielrein)
authored
static internal ctx (#151)
1 parent d1a762a commit 1385cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub(crate) mod blocked;
1919
/// `Context` is a structure that's designed to give us a high-level interface to
2020
/// the Redis module API by abstracting away the raw C FFI calls.
2121
pub struct Context {
22-
pub(crate) ctx: *mut raw::RedisModuleCtx,
22+
pub ctx: *mut raw::RedisModuleCtx,
2323
}
2424

2525
impl Context {

0 commit comments

Comments
 (0)