Crate redis_module[][src]

Re-exports

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

Modules

alloc
error
key
logging
native_types
raw
rediserror
redisraw
redisvalue

Macros

redis_command
redis_module

Structs

Context

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.

RedisBuffer
RedisString

Enums

LogLevel

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

Constants

REDIS_OK
TYPE_METHOD_VERSION

Traits

NextArg

Functions

parse_float
parse_integer
parse_unsigned_integer

Type Definitions

RedisResult