Skip to content

Commit ba97fe9

Browse files
Update notifications.json
1 parent 9a99f69 commit ba97fe9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notifications.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"notifications": [
33
{
4-
"title": "Redis MCP Server is available in preview",
5-
"body": "The <strong>Redis MCP Server</strong> is designed for agentic applications to efficiently manage and search data in Redis.<br><br>Try natural language queries like:<br><em>“Store the session with an expiration time”</em> or <em>“Index and search this vector”</em>.<br><br>Learn more on <a href=\"https://github.com/redis/mcp-redis\" target=\"_blank\" rel=\"noopener noreferrer\">GitHub</a>.",
4+
"title": "Redis 8.2 is now GA, loaded with more performance, efficiency, and new commands",
5+
"body": "<a href=\"https://redis.io/blog/redis-82-ga/\" target=\"_blank\">Redis 8.2</a> introduces faster performance, more memory optimizations, and developer-friendly enhancements that make Redis even better at what it does best – making data real time for AI agents & apps. <p> Get it from <a href=\"https://hub.docker.com/_/redis/tags\" target=\"_blank\">Docker Hub</a>.",
66
"category": "release",
77
"categoryColor": "#805A0D",
8-
"timestamp": 1753712822
8+
"timestamp": 1755189979
99
},
1010
{
11-
"title": "Redis 8 is now GA, loaded with new features and improvements",
12-
"body": "<a href=\"https://redis.io/blog/redis-8-ga/\" target=\"_blank\">Redis 8</a> is the most performant and scalable version of Redis yet. It has over 30 performance improvements and adds 8 more data structures, including vector set (beta). <p> Get it from <a href=\"https://hub.docker.com/_/redis/tags\" target=\"_blank\">Docker Hub</a>.",
11+
"title": "Redis MCP Server is available in preview",
12+
"body": "The <strong>Redis MCP Server</strong> is designed for agentic applications to efficiently manage and search data in Redis.<br><br>Try natural language queries like:<br><em>“Store the session with an expiration time”</em> or <em>“Index and search this vector”</em>.<br><br>Learn more on <a href=\"https://github.com/redis/mcp-redis\" target=\"_blank\" rel=\"noopener noreferrer\">GitHub</a>.",
1313
"category": "release",
1414
"categoryColor": "#805A0D",
15-
"timestamp": 1748858091
15+
"timestamp": 1753712822
1616
},
1717
{
1818
"title": "Connect to Redis from Visual Studio Code",

0 commit comments

Comments
 (0)