Crate pedis_core

Source
Expand description

This crate defines the behaviour of pedis key value store.

Structs§

RedisCommand
Encapsulate a redis command
RedisStore
Default implementation of the store trait
Teststore
Mock store for testing purposes
Value
Represents a value in our storage interface

Enums§

StoreError
Store errors
ValueKind
Represents the kind of values in the pedis store

Traits§

IStore
Defines the storage interface
RedisCommandHandler
Defines the behaviour of the redis command handlers

Type Aliases§

AsyncLockedStore