December 2025
Added Redis Functions support. New commands are:
FCALL: Call a function with read/write capabilitiesFCALL_RO: Call a function in read-only modeFUNCTION DELETE,FUNCTION FLUSH,FUNCTION KILL,FUNCTION LIST,FUNCTION LOADandFUNCTION STATS
HGETDEL: Get and delete hash fields atomicallyHGETEX: Get hash fields with expiration supportHSETEX: Set hash fields with expiration support
BITOP DIFF: A bit is set only if it’s set in all source bitmapsBITOP DIFF1: A bit is set if it’s set in the first key but not in any of the other keysBITOP ANDOR: A bit is set if it’s set in X and also in one or more of Y1, Y2, …BITOP ONE: A bit is set if it’s set in exactly one source key
April 2025
Added HASH expiration support. New commands are:
HEXPIRE: Set expiration time in secondsHPEXPIRE: Set expiration time in millisecondsHEXPIREAT: Set expiration time as Unix timestamp in secondsHPEXPIREAT: Set expiration time as Unix timestamp in millisecondsHTTL: Get remaining time to live in secondsHPTTL: Get remaining time to live in millisecondsHEXPIRETIME: Get absolute expiration time as Unix timestamp in secondsHPEXPIRETIME: Get absolute expiration time as Unix timestamp in millisecondsHPERSIST: Remove expiration from hash fields
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:
DUMPRESTOREZMPOPBZMPOPLMPOPBLMPOPSINTERCARD
- Added support for
BIT/BYTEflag toBITPOSandBITCOUNTcommands - Added support for
XX,NX,GT, andLTarguments toEXPIREcommands - Allowed
NXandGETargs to be used together inSETcommand