Expand description
This crate defines the behaviour of pedis key value store.
Structs§
- Redis
Command - Encapsulate a redis command
- Redis
Store - Default implementation of the store trait
- Teststore
- Mock store for testing purposes
- Value
- Represents a value in our storage interface
Enums§
- Store
Error - Store errors
- Value
Kind - Represents the kind of values in the pedis store
Traits§
- IStore
- Defines the storage interface
- Redis
Command Handler - Defines the behaviour of the redis command handlers