Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a new notification #26

Merged
merged 6 commits into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions notifications.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"notifications": [
{
"title": "First Release Candidate of Redis Community Edition 7.4 is out!",
"body": "New: support for <a href=\"https://redis.io/docs/latest/develop/data-types/hashes/?utm_source=redisinsight&utm_medium=notifications&utm_campaign=rc-7.4#field-expiration\" target=\"_blank\">setting expiration for individual hash fields</a>. <p> Check out the <a href=\"https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1\" target=\"_blank\">release notes.</a> <p> Get it from <a href=\"https://hub.docker.com/r/redis/redis-stack/tags\" target=\"_blank\">Docker</a>.",
"title": "Redis Community Edition and Redis Stack 7.4 - now GA!",
"body": "7.4 includes the highly requested hash field expiration feature, new vector data types to significantly reduce ‌memory usage, and time series insertion filters. <p> Check out the <a href=\"https://redis.io/blog/announcing-redis-community-edition-and-redis-stack-74/?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/r/redis/redis-stack/tags\" target=\"_blank\">Docker</a>.",
"category": "release",
"categoryColor": "#805A0D",
"timestamp": 1718197973
"timestamp": 1722517736
},
{
"title": "Missing a feature or found a bug?",
Expand Down
Loading