Link Search Menu Expand Document

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

Release Released Security Support Latest
7.0 9 months ago
(27 Apr 2022)
Yes 7.0.8
(16 Jan 2023)
6.2 1 year and 11 months ago
(22 Feb 2021)
Yes 6.2.10
(17 Jan 2023)
6.0 2 years and 9 months ago
(30 Apr 2020)
Yes 6.0.17
(17 Jan 2023)
5.0 4 years ago
(17 Oct 2018)
No 5.0.14

A new major version is planned for release once a year. Generally, every major release is followed by a minor version after six months. The latest stable release is always fully supported and maintained.

Two additional versions receive maintenance only, meaning that only fixes for critical bugs and major security issues are committed and released as patches:

  • The previous minor version of the latest stable release.
  • The previous stable major release.

More information is available on the Redis website.

You should be running one of the supported release numbers listed above in the rightmost column.

You can check the version that you are currently using by running:
redis-server --version

You can submit an improvement to this page on GitHub :octocat: . This page has a corresponding Talk Page.

A JSON version of this page is available at /api/redis.json. See the API Documentation for more information. You can subscribe to the iCalendar feed at /calendar/redis.ics.

This page was last updated on 20 January 2023. Latest releases are automatically updated.