Overall
Changelog
July 2024
- Added REST API support for
MONITOR
andSUBSCRIBE
commands using SSE. See Monitor and Subscribe docs. - Added
JSON.MSET
andJSON.MERGE
commands - Introduced the
IP Allowlist
feature 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
RESP2
format instead ofJSON
. See REST API docs for more information.
April 2024
- Implemented
MONITOR
command - Implemented Redis keyspace notifications
- Implemented
WAIT
andWAITAOF
commands - Added
lag
field toXINFO GROUPS
- Added
CLIENT ID
subcommand - Added password strength check to
ACL SETUSER
command
February 2024
- Fixed JSON commands with empty keys
- Fixed a panic on
XTRIM
andXDEL
- Added
CLIENT SETNAME/NAME/LIST
subcommands - Implemented near exact trim for streams
September 2023
- Implemented some missing Redis commands:
DUMP
RESTORE
ZMPOP
BZMPOP
LMPOP
BLMPOP
SINTERCARD
- Added support for
BIT/BYTE
flag toBITPOS
andBITCOUNT
commands - Added support for
XX
,NX
,GT
, andLT
arguments toEXPIRE
commands - Allowed
NX
andGET
args to be used together inSET
command
Was this page helpful?