We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a762a commit 1385cbdCopy full SHA for 1385cbd
src/context/mod.rs
@@ -19,7 +19,7 @@ pub(crate) mod blocked;
19
/// `Context` is a structure that's designed to give us a high-level interface to
20
/// the Redis module API by abstracting away the raw C FFI calls.
21
pub struct Context {
22
- pub(crate) ctx: *mut raw::RedisModuleCtx,
+ pub ctx: *mut raw::RedisModuleCtx,
23
}
24
25
impl Context {
0 commit comments