actix-storage 0.2.0

General key value storage for actix-web
Documentation

Actix storage is a simple wrapper around some key-value storages to provide basic operations without knowing the backend in advance.

Install

Actix-storage is meant to be used alongside one the implementer crates, ex:

# Cargo.toml
[dependencies]
actix-storage = "0.2.0-alpha"
actix-storage-hashmap = "0.2.0-alpha"

Implementations

actix-storage-hashmap

actix-storage-dashmap

actix-storage-sled

actix-storage-redis

Examples

There are bunch of examples in the examples folder, very basic ones thought, but it will give you the idea.

License

This project is licensed under either of

at your option.