azcache
Unified cache backend for Redis and Memcached.
Overview
azcache provides a unified interface for interacting with different cache backends, including Redis and Memcached. It allows you to switch between cache implementations without changing your application code.
Status
This crate is under active development. The API may change in future versions.
Features
- Unified
CacheBackendtrait for cache operations - Support for multiple cache backends (Redis, Memcached)
- Async-ready design
- Simple and intuitive API
Installation
Add this to your Cargo.toml:
[]
= "0.1"
Usage
use CacheBackend;
// Implement the CacheBackend trait for your preferred cache system
License
MIT License - see LICENSE for details.