Releases61
Frequency2 years 1 month
Last Release
Redis is the open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.
### Core capabilities
- In-memory data structures: Well-known as a "data structure server", with support for strings, hashes, lists, sets, sorted sets, streams, and more.
- Programmability: Server-side scripting with Lua and server-side stored procedures with Redis Functions.
- Extensibility: A module API for building custom extensions to Redis in C, C++, and Rust.
- Persistence: Keeps the dataset in memory for fast access, but can also persist all writes to permanent storage to survive reboots and system failures.
- Clustering: Horizontal scalability with hash-based sharding, scaling to millions of nodes with automatic re-partitioning when growing the cluster.
- High availability: Replication with automatic failover for both standalone and clustered deployments.
### Disclaimer
You should use it for local development and follow Redis official guidance to deploy it on Linux for production environment. This project doesn't bear any responsibility for any losses caused by using it and is only for learning and exchange purposes.
Subscribe above to receive notifications when new versions are released.
| Version | Date | Stability Stability is determined by the version string and my be inaccurate. | |
|---|---|---|---|
| 8.6.4 | Stable | ||
| 8.4.4 | Stable | ||
| 8.2.7 | Stable | ||
| 8.8.0 | Stable | ||
| 8.6.3 | Stable | ||
| 8.4.3 | Stable | ||
| 8.2.6 | Stable | ||
| 7.4.9 | Stable | ||
| 7.2.14 | Stable | ||
| 8.6.2 | Stable | ||
| 8.6.1.1 | Stable | ||
| 8.6.1 | Stable | ||
| 8.4.2 | Stable | ||
| 8.2.5 | Stable | ||
| 8.0.6 | Stable | ||
| 7.4.8 | Stable | ||
| 7.2.13 | Stable | ||
| 8.6.0 | Stable | ||
| 8.4.1 | Stable | ||
| 8.2.4 | Stable | ||
| 8.4.0 | Stable | ||
| 8.0.5 | Stable | ||
| 7.4.7 | Stable | ||
| 7.2.12 | Stable | ||
| 6.2.21 | Stable |