← All products

IN-MEMORY CACHEComing soon

VXCache

A Redis-like in-memory key/value cache with strings, hashes, and lists plus gossip-based cluster replication.

Capabilities

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.

Use cases

Where teams use it.