Re-exports

pub use crate::raw::*;
pub use crate::raw;
pub use crate::rediserror::RedisError;
pub use crate::redisvalue::RedisValue;

Modules

Macros

Structs

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.

Enums

LogLevel is a level of logging to be specified with a Redis log directive.

Constants

Traits

Functions

Type Definitions