What’s new in Redis 8.0?
Redis 8.0 brings a lot of improvements and new capabilities. The official “What’s New” from Redis contains the full changes, here are some of the key highlights:- Name change: Redis Community Edition is now Redis Open Source
- Integrated modules now part of core:
- JSON
- Probabilistic: Bloom, Cuckoo, Count-min sketch, Top-K, and t-digest
- Time Series
- Vector sets (preview)
- Redis Query Engine with horizontal & vertical scaling
- All components available in Redis binary distributions
- New config file:
redis-full.conffor full component loading
Redis and Valkey: The power of choice
Our commitment to Valkey remains unchanged. We were excited to offer Valkey as a robust, open-source alternative. This gives you the flexibility to choose the solution that best fits your project’s needs, and feature requirements.- Redis: The official release from Redis Ltd.
- Valkey: The community-driven, open-source fork.
Getting started with Redis 8.0
Using Redis 8.0 in your project, you as simple as editing a yaml.- Upsun
- Platform.sh
First define the Redis service in your You then need to deploy your updates on your preview environment, using the following command line:
.upsun/config.yaml configuration file and add a relationship from your app to the Redis service: