VXCache
A Redis-like in-memory key/value cache with strings, hashes, and lists plus gossip-based cluster replication.
What VXCache does.
Key/value strings
Store and fetch string values by key from an in-memory cache.
Hashes
Group related fields together using hash data structures.
Lists
Maintain ordered collections with list operations.
TTL and expire
Set TTL and expire operations so cached entries clear on their own.
Increment operations
Atomically increment numeric values held in the cache.
Gossip cluster replication
Replicate data across a cluster using gossip-based coordination.
Where teams use it.
- Cache hot data with strings, hashes, and lists for low-latency reads
- Expire session and temporary data automatically with TTL
- Maintain counters using atomic increment operations
Part of the Veeexa platform.
VXCache shares one identity (VXAuth), one bill (VXBilling), and one API surface with the rest of Veeexa. Adopt it alone, or alongside the services below.
VXS3
S3-compatible object storage with the bucket lifecycle, replication, and event tooling teams already know.
CDNVXCDN
A content delivery network with two-tier edge caching, geo routing, TLS, and clustering.
DATABASEVeexaDB
A multi-tenant document and table database with a REST API, RBAC, indexes, query and aggregate endpoints, and MCP.