
Valkey
High-performance key/value datastore for caching and real-time workloads

Valkey is a high-performance data structure server and distributed key/value datastore designed for low-latency, real-time workloads such as caching and message queues. It is a fork of Redis OSS created before Redis’ license change, and aims to remain permissively licensed and community governed.
Key Features
- Rich native data structures such as strings, hashes, lists, sets, sorted sets, bitmaps, and HyperLogLogs
- Replication and high availability options, including Sentinel-style monitoring and failover
- Cluster mode for horizontal scaling and sharding
- Extensibility via modules (plugins) to add new commands, data types, and access patterns
- Built-in Lua scripting for server-side logic and atomic workflows
- Optional TLS support for encrypted client and inter-node communication
Use Cases
- Application caching and session storage with low latency
- Real-time counters, leaderboards, rate limiting, and ephemeral state
- Queueing and lightweight messaging patterns for background work
Limitations and Considerations
- Primarily memory-focused workloads; persistence and durability characteristics depend on configuration choices
- Some advanced features (for example RDMA support) may be experimental and platform-limited
Valkey is a strong fit when you need Redis-style commands and data structures with modern operational options like clustering and encryption. It can serve as a drop-in compatible datastore for many Redis OSS deployments while supporting a broad range of real-time patterns.
Categories:
Tags:
Tech Stack:
Similar Services
DbGate
Cross-platform SQL & NoSQL database manager
Open-source, cross-platform database client for SQL and NoSQL engines (MySQL, PostgreSQL, SQL Server, MongoDB, Redis, SQLite, etc.), available as desktop apps, web app an...


Kinto
Minimalist JSON document store with sharing and synchronization
Kinto is a lightweight JSON document store with an HTTP API, built-in permissions, sharing, and client synchronization, designed for offline-first and distributed apps.


Redis Commander
Web-based GUI for viewing and managing Redis databases
A Node.js web UI to view, edit and manage Redis data across standalone, Sentinel and Cluster setups with CLI, tree view and Docker deployment.
Para
Open-source multitenant backend framework for web and mobile apps
Para is an open-source, Java-based multitenant backend framework providing a RESTful JSON API, full-text search, distributed caching, and flexible authentication for web,...


DynamoDB Dashboard
Web GUI for browsing and managing local or remote DynamoDB
Web-based admin GUI to browse, query and manage local or remote Amazon DynamoDB tables. Provides a Vue frontend, Express backend, AWS SDK credential support and Docker de...
Redict
Distributed in-memory key/value datastore compatible with Redis OSS
Redict is a distributed key/value datastore (a Redis OSS 7.2.4 fork) for caching, queues, and fast data access with clustering, replication, and optional TLS.

Python
C