#2543·phpredis

Redis 8.0 support for new data structures/commands

Author: kkmuffmeCreated Sep 13, 2024Updated Jun 11, 2026

https://github.com/redis/redis/releases/tag/8.0-m01

New commands:

  • 7 new data structures: JSON, Time series, Bloom filter, Cuckoo filter, Count-min sketch, Top-k, t-digest
  • Redis scalable query engine (including vector search)

e.g. cf commands https://redis.io/docs/latest/develop/data-types/probabilistic/cuckoo-filter/

Other:

GETRANGE returns an empty bulk when the negative end index is out of range

Maybe we sticky this to create a list like how it was done for https://github.com/phpredis/phpredis/issues/2068