Feb 2025
Added 
EVAL_RO and EVALSHA_RO
commands introduced in Redis 7.July 2024
- Added REST API support for MONITORandSUBSCRIBEcommands using SSE. See Monitor and Subscribe docs.
- Added JSON.MSETandJSON.MERGEcommands.
- Introduced the IP Allowlistfeature for enhanced security on newly created databases. By default, all IP addresses will be allowed. However, access can be restricted by specifying permitted IP addresses or CIDR ranges.
June 2024
- Added AWS AP-NorthEast-1 Japan region.
- Added an option to return REST response in RESP2format instead ofJSON. See REST API docs for more information.
April 2024
- Implemented MONITORcommand
- Implemented Redis keyspace notifications
- Implemented WAITandWAITAOFcommands
- Added lagfield toXINFO GROUPS
- Added CLIENT IDsubcommand
- Added password strength check to ACL SETUSERcommand
February 2024
- Fixed JSON commands with empty keys
- Fixed a panic on XTRIMandXDEL
- Added CLIENT SETNAME/NAME/LISTsubcommands
- Implemented near exact trim for streams
September 2023
- Implemented some missing Redis commands:
- DUMP
- RESTORE
- ZMPOP
- BZMPOP
- LMPOP
- BLMPOP
- SINTERCARD
 
- Added support for BIT/BYTEflag toBITPOSandBITCOUNTcommands
- Added support for XX,NX,GT, andLTarguments toEXPIREcommands
- Allowed NXandGETargs to be used together inSETcommand