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 #2068
https://github.com/redis/redis/releases/tag/8.0-m01
New commands:
e.g.
cfcommands https://redis.io/docs/latest/develop/data-types/probabilistic/cuckoo-filter/Other:
Maybe we sticky this to create a list like how it was done for #2068