Skip to content

Commit

Permalink
Update notifications.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktarStarastsenka authored Nov 5, 2024
1 parent 2307f92 commit 08f8358
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions notifications.json
Original file line number Diff line number Diff line change
@@ -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. <p> 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. <p> Check out the <a href=\"https://redis.io/blog/redis-8-0-m02-the-fastest-redis-ever/?utm_source=redisinsight&utm_medium=main&utm_campaign=notification\" target=\"_blank\">blog post</a> for more details. <p> Get it from <a href=\"https://hub.docker.com/_/redis/tags\" target=\"_blank\">Docker</a>.",
"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! <p> Connect to your Redis databases from within Microsoft Visual Studio Code and enjoy the streamlined experience you already love in Redis Insight. <p> Download Redis for VS Code from <a href=\"https://marketplace.visualstudio.com/items?itemName=Redis.redis-for-vscode\" target=\"_blank\">Visual Studio Marketplace</a>.",
Expand All @@ -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. <p> 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. <p> Check out the <a href=\"https://redis.io/blog/redis-8-0-m01-released-one-redis-for-every-use-case/?utm_source=redisinsight&utm_medium=main&utm_campaign=notification\" target=\"_blank\">blog post</a> for more details. <p> Get it from <a href=\"https://hub.docker.com/_/redis/tags\" target=\"_blank\">Docker</a>.",
"category": "release",
"categoryColor": "#805A0D",
"timestamp": 1726759885
}
]
}

0 comments on commit 08f8358

Please sign in to comment.