Redis

db

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 Active Support Security Support Latest
7.2 1 year ago
(15 Aug 2023)
Yes Yes 7.2.3
(01 Nov 2023)
7.0 2 years and 4 months ago
(27 Apr 2022)
Ended 1 year ago
(15 Aug 2023)
Yes 7.0.14
(18 Oct 2023)
6.2 3 years and 7 months ago
(22 Feb 2021)
Ended 2 years and 4 months ago
(27 Apr 2022)
Yes 6.2.14
(18 Oct 2023)
6.0 4 years ago
(30 Apr 2020)
Ended 3 years and 7 months ago
(22 Feb 2021)
Ended 1 year ago
(15 Aug 2023)
6.0.20
(10 Jul 2023)
5.0 5 years and 11 months ago
(17 Oct 2018)
Ended 4 years ago
(30 Apr 2020)
Ended 2 years and 4 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.

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

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.