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.
Will panic if RedisModule_AutoMemory is missing in redismodule.h
Will panic if RedisModule_IsKeysPositionRequest is missing in redismodule.h
Will panic if RedisModule_KeyAtPos is missing in redismodule.h
Will panic if methods used are missing in redismodule.h
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.