shardmap 0.3.0

Sharded embedded in-memory map with optional cache, protocol, and server internals
Documentation
1
2
3
4
5
6
7
8
//! Redis/Valkey compatibility source package for `shardcache`.
//!
//! This crate owns the Redis-only command and Redis object implementation
//! source. `shardmap` currently includes those files by path behind its
//! `redis` feature while the extension boundary is being finished.

/// Version marker for the Redis compatibility source package.
pub const COMPAT_PACKAGE: &str = "shardcache-redis";