azcache 0.1.0

Unified cache backend for Redis and Memcached
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "azcache"
version = "0.1.0"
edition = "2021"
description = "Unified cache backend for Redis and Memcached"
license = "MIT"
repository = "https://github.com/azataiot/azcache"
homepage = "https://github.com/azataiot"
keywords = ["cache", "redis", "memcached", "backend", "async"]
categories = ["caching", "asynchronous"]
readme = "README.md"

[dependencies]