[][src]Module iredismodule::prelude

The RedisModule Prelude.

Re-exports

pub use crate::context::Context;
pub use crate::define_module;
pub use crate::error::Error;
pub use crate::string::RStr;
pub use crate::string::RString;
pub use crate::value::Value;
pub use crate::RResult;

Enums

CallFlag

Controls the Whether replicate the command

Traits

FromPtr

Generate a wrapper struct from raw ptr

GetPtr

Get the inner ptr from a wrapper struct

NextArg

Help iterator for process args