kalgan_cache 0.9.1

A wrapper for redis crate used by Kalgan Framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.log]
version = "0.4"

[dependencies.redis]
version = "0.21.3"

[package]
categories = ["caching", "data-structures"]
description = "A wrapper for redis crate used by Kalgan Framework."
edition = "2018"
homepage = "https://kalgan.eduardocasas.com"
keywords = ["cache", "redis", "data"]
license = "MIT OR Apache-2.0"
name = "kalgan_cache"
repository = "https://github.com/eduardocasas/kalgan-cache"
version = "0.9.1"