Nexon KV
A global, low-latency key-value store designed for high-read applications. Persist configuration, user sessions, and feature flags with eventual consistency across all edge nodes.
Technical Specifications:
Max Value Size
10 MB / key
Read Latency
< 5ms (Global)
Throughput
Unlimited IOPS
Replication
Automatic (Multi-Region)
Protocol
REST, Redis-compatible
Works seamlessly with:
Example 1
Example 2
Example 3
key
Product Capabilities
Global Replication
Data is automatically replicated to all edge regions for consistent low-latency reads.
High Throughput
Designed for massive read volumes with eventual consistency for maximum speed.
Atomic Operations
Perform safe increments and conditional updates without race conditions.
Experience
Simple SDK, Massive Scale
Interact with Nexon KV using our lightweight SDK or standard Redis clients. No connection pools to manage, no servers to provision.
- Import the Key-Value client SDK.
- Set key-value pairs with optional expiration time.
- Read the data back instantly from the nearest edge region.