Crate pedis_core
source ·Expand description
This crate defines the behaviour of pedis key value store.
Structs§
- Encapsulate a redis command
- Default implementation of the store trait
- Mock store for testing purposes
- Represents a value in our storage interface
Enums§
- Store errors
- Represents the kind of values in the pedis store
Traits§
- Defines the storage interface
- Defines the behaviour of the redis command handlers