kalgan-cache
A wrapper for redis crate used by Kalgan Framework.
Examples
use Cache;
let cache: Cache = new;
cache.insert;
cache.delete;
cache.exists;
let key: String = cache.get.unwrap;
Documentation
For further information please visit:
License
This crate is licensed under either of the following licenses: