Redis

database

Redis is an 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 Active Support Security Support Latest
7.2 8 months ago
(15 Aug 2023)
Yes Yes 7.2.4
(09 Jan 2024)
7.0 1 year and 12 months ago
(27 Apr 2022)
Ended 8 months ago
(15 Aug 2023)
Yes 7.0.15
(09 Jan 2024)
6.2 3 years ago
(22 Feb 2021)
Ended 1 year and 12 months ago
(27 Apr 2022)
Yes 6.2.14
(18 Oct 2023)
6.0 3 years and 12 months ago
(30 Apr 2020)
Ended 3 years ago
(22 Feb 2021)
Ended 8 months ago
(15 Aug 2023)
6.0.20
(10 Jul 2023)
5.0 5 years ago
(17 Oct 2018)
Ended 3 years and 12 months ago
(30 Apr 2020)
Ended 1 year and 12 months ago
(27 Apr 2022)
5.0.14
(04 Oct 2021)

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.

Starting from 7.4, Redis will be dual-licensed under the RSALv2 and SSPLv1 licenses. 7.2 is the last release under the old 3-BSD license.

Security Overview with the actual list of supported versions and advisories.

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.