releases.shpreview
Upstash/Redis Changelog/December 2025

December 2025

$npx -y @buildinternet/releases show rel_t2Am6MT0dQ-I8hc1mwUPv

Added Redis Functions support. New commands are:

FCALL: Call a function with read/write capabilities FCALL_RO: Call a function in read-only mode FUNCTION DELETE, FUNCTION FLUSH, FUNCTION KILL, FUNCTION LIST, FUNCTION LOAD and FUNCTION STATS

New Hash commands:

HGETDEL: Get and delete hash fields atomically HGETEX: Get hash fields with expiration support HSETEX: Set hash fields with expiration support

New Stream Commands:

XDELEX: Extended delete for streams XACKDEL: Acknowledge and delete stream entries

New Bit operations added:

BITOP DIFF: A bit is set only if it's set in all source bitmaps BITOP DIFF1: A bit is set if it's set in the first key but not in any of the other keys BITOP 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

Fetched April 8, 2026