diff --git a/notifications.json b/notifications.json index a838d81..3a2f20e 100644 --- a/notifications.json +++ b/notifications.json @@ -1,5 +1,12 @@ { "notifications": [ + { + "title": "Redis 8.0-M02 released – the fastest Redis ever", + "body": "The second milestone of Redis 8 is our most advanced and performant offering yet, available for you to try in Community Edition (CE) today.
It introduces major performance improvements - the latency of many commonly used Redis commands has been significantly reduced. For example, up to 36% reduction in latency for ZADD, up to 28% for SMEMBERS, and up to 10% for HGETALL—compared to Redis 7.2.5.
Check out the blog post for more details.
Get it from Docker.", + "category": "release", + "categoryColor": "#805A0D", + "timestamp": 1726759885 + }, { "title": "Connect to Redis from Visual Studio Code", "body": "Redis for VS Code brings the power of Redis directly into your favorite code editor!
Connect to your Redis databases from within Microsoft Visual Studio Code and enjoy the streamlined experience you already love in Redis Insight.
Download Redis for VS Code from Visual Studio Marketplace.", @@ -13,13 +20,6 @@ "category": "security", "categoryColor": "#800D0D", "timestamp": 1729065451 - }, - { - "title": "Redis 8.0-M01 released – One Redis for every use case", - "body": "Redis 8 is the most advanced and performant Redis offering yet.
It introduces seven new data structures — JSON, time series, and five probabilistic types — along with the fastest and most scalable Redis query engine to date.
Check out the blog post for more details.
Get it from Docker.", - "category": "release", - "categoryColor": "#805A0D", - "timestamp": 1726759885 } ] }