Module redis_module::key[][src]

Structs

HMGetIter
HMGetResult

Opaque type used to hold multi-get results. Use the provided methods to convert the results into the desired type of Rust collection.

RedisKey
RedisKeyWritable

RedisKeyWritable is an abstraction over a Redis key that allows read and write operations.

Enums

KeyMode

RedisKey is an abstraction over a Redis key that allows readonly operations.