Skip to content

Instantly share code, notes, and snippets.

@itamarhaber
Last active March 1, 2021 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itamarhaber/6874b72bf462fb8c22d902a906440aaf to your computer and use it in GitHub Desktop.
Save itamarhaber/6874b72bf462fb8c22d902a906440aaf to your computer and use it in GitHub Desktop.
Redis 6.0 & 6.2

Redis 6.0 GA Apr 30, 2020

Redis 6.0.1 May 2, 2020 (HIGH)

Redis 6.0.2 May 15, 2020 (MODERATE)

Redis 6.0.3 May 16, 2020 (CRITICAL)

Redis 6.0.4 May 28, 2020 (CRITICAL)

Redis 6.0.5 Jun 9, 2020 (MODERATE)

Redis 6.0.6 Jul 9, 2020 (MODERATE)

Redis 6.0.7 Aug 28, 2020 (MODERATE)

Redis 6.0.8 Sep 9, 2020 (HIGH)

Redis 6.0.9 Oct 26, 2020 (SECURITY)

Redis 6.0.10 Jan 12, 2021 (MODERATE)

Redis 6.0.11 Feb 22, 2021 (SECURITY)

Redis 6.2 GA Feb 22, 2021 - "Community Edition"

Background

  • Salvatore stepping back (30 Jun, 2020)
  • New governance model and core team
  • An open source community-first approach: develop for and with developers
  • A large active community hopefully helps scaling the maintenance and development of the project

6.2 in a nutshell

  • A middle ground between supporting versions 5.0 & 6.0 and planning 7.0
  • Address often-requested/long-neglected issues/FRs
  • Add new functionality without too much breakage
  • Involve the community in all stages of design, implementation and documentation of the changes #HelpWanted

The full release notes are here

Main features and changes

  • DUMP payload sanitization
  • ACL patterns for Pub/Sub
  • ACL support in Sentinel
  • Sentinel hostname resoution
  • Module API completions

New and extended commands

  • GETEX
  • GETDEL
  • SET ... EXAT/PXAT
  • SET...GET
  • LPOP/RPOP ... COUNT
  • LMOVE/BLMOVE
  • SMISMEMBER
  • ZMSCORE
  • ZADD...[GT|LT]
  • ZDIFF/ZDIFFSTORE
  • ZINTER
  • ZUNION
  • ZRANGE[STORE] ... [REV] [BYSCORE|BYLEX]
  • HRANDMEMBER/ZRANDMEMBER
  • GEOSEARCH/GEOSEARCHSTORE ... [BYBOX|BYRADIUS] and ANY
  • XTRIM/XADD ... MINID
  • XAUTOCLAIM
  • XPENDING ... IDLE
  • X[REV]RANGE/XPENDING open intervals
  • XADD ... NOMKSTREAM
  • COPY
  • RESET
  • CLIENT INFO
  • CLIENT PAUSE WRITE
  • FAILOVER
  • SENTINEL MYID
  • SCRIPT FLUSH ASYNC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment