Changes
🚀 New Features
- Adding support for redisearch (#1640) Thanks @chayim
- redisjson support (#1636) Thanks @chayim
- Sentinel: Add SentinelManagedSSLConnection (#1419) Thanks @AbdealiJK
- Enable floating parameters in SET (ex and px) (#1635) Thanks @AvitalFineRedis
- Add warning when hiredis not installed. Recommend installation. (#1621) Thanks @adiamzn
- Raising NotImplementedError for SCRIPT DEBUG and DEBUG SEGFAULT (#1624) Thanks @chayim
- CLIENT REDIR command support (#1623) Thanks @chayim
- REPLICAOF command implementation (#1622) Thanks @chayim
- Add support to NX XX and CH to GEOADD (#1605) Thanks @AvitalFineRedis
- Add support to ZRANGE and ZRANGESTORE parameters (#1603) Thanks @AvitalFineRedis
🐛 Bug Fixes
- Pre 6.2 redis should default to None for script flush (#1641) Thanks @chayim
- Add FULL option to XINFO SUMMARY (#1638) Thanks @agusdmb
- Geosearch test should use any=True (#1594) Thanks @Andrew-Chen-Wang
- Removing packaging dependency (#1626) Thanks @chayim
- Fix client_kill_filter docs for skimpy (#1596) Thanks @Andrew-Chen-Wang
- Normalize minid and maxlen docs (#1593) Thanks @Andrew-Chen-Wang
- Update docs for multiple usernames for ACL DELUSER (#1595) Thanks @Andrew-Chen-Wang
- Fix grammar of get param in set command (#1588) Thanks @Andrew-Chen-Wang
- Fix docs for client_kill_filter (#1584) Thanks @Andrew-Chen-Wang
🧰 Maintenance
- Convert README & CONTRIBUTING from rst to md (#1633) Thanks @davidylee
- Test BYLEX param in zrangestore (#1634) Thanks @AvitalFineRedis
- Tox integrations with invoke and docker (#1632) Thanks @chayim
- Adding the release drafter to help simplify release notes (#1618). Thanks @chayim