Added Upstash Redis Search feature, a new extension for searching Redis data. It works with JSON...
Upstash Redis
Serverless Redis with global replication and per-request pricing
Added Redis Functions support. New commands are:
[FCALL](https://redis.io/do...
Added HASH expiration support. New commands are:
HEXPIRE: Set expiration time in seconds [HPEXPIRE]...
Added EVAL_RO and EVALSHA_RO commands introduce...
Added AWS AP-NorthEast-1 Japan region. Added an option to return REST response in [RESP2](https://redis.io/docs/latest/develop/reference/protocol-spec...
Implemented MONITOR command Implemented Redis [keyspace notifications](/redis/howto/keyspacenotifica...
Fixed JSON commands with empty keys Fixed a panic on XTRIM and XDEL Added CLIENT SETNAME/NAME/LIST subcommands Implemented near exact trim for streams
Implemented some missing Redis commands:
DUMP RESTORE ZMPOP BZMPOP LMPOP BLMPOP SINTERCARD
Added support for BIT/BYTE flag to BITPOS and BITCOUNT c...