cinchdb 0.1.1

Redis-compatible cache infrastructure. Affordable, auto-scaling, file-per-tenant architecture.
Documentation
1
2
3
4
5
6
7
8
//! CinchDB - Redis-compatible cache infrastructure.
//!
//! Affordable, auto-scaling, file-per-tenant architecture.
//!
//! This crate is under active development. See <https://github.com/russellromney/cinch> for details.

/// CinchDB version
pub const VERSION: &str = env!("CARGO_PKG_VERSION");