Struct redis_module::Context [−][src]
pub struct Context {
pub ctx: *mut RedisModuleCtx,
}Expand description
Context is a structure that’s designed to give us a high-level interface to
the Redis module API by abstracting away the raw C FFI calls.
Fields
ctx: *mut RedisModuleCtxImplementations
Auto Trait Implementations
impl RefUnwindSafe for Contextimpl UnwindSafe for Context