Skip to content

Commit

Permalink
Merge pull request #28 from RedisInsight/main
Browse files Browse the repository at this point in the history
Updating the recommendation text
  • Loading branch information
ViktarStarastsenka authored Jul 31, 2024
2 parents 1a75536 + fec9c7b commit 986ea1c
Showing 1 changed file with 17 additions and 48 deletions.
65 changes: 17 additions & 48 deletions src/recommendations.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,55 +750,24 @@
"redisVersion": {
"id": "redisVersion",
"telemetryEvent": "updateDatabase",
"title":"Upgrade your Redis database to version 6 or above",
"title": "Upgrade your Redis database to version 7.4 or above",
"redisStack": true,
"content": [
{
"type": "paragraph",
"value": "Upgrade your database to version 6 or above to take advantage of the following:"
"value": "Upgrade to Redis 7.4 for enhanced security, better resource utilization, and increased stability for your applications."
},
{
"type": "list",
"value": [
[
{
"type": "link",
"value": {
"href": "https://redis.io/docs/latest/operate/oss_and_stack/management/security/acl/",
"name": "access control lists (ACLs)"
}
},
{
"type": "span",
"value": " that let you create users with permissions for specific actions"
}
],
[
{
"type": "link",
"value": {
"href": "https://redis.io/docs/latest/develop/use/client-side-caching/",
"name": "client-side caching"
}
},
{
"type": "span",
"value": " for high-performance services"
}
],
[
{
"type": "span",
"value": "SSL support"
}
],
[
{
"type": "span",
"value": "optimized memory utilization through faster eviction of expired keys"
}
]
]
"type": "spacer",
"value": "l"
},
{
"type": "paragraph",
"value": "Redis 7.4 also introduces a slew of new features, including field-level expiration commands for hashes and the ability to start reading a stream from the last entry."
},
{
"type": "spacer",
"value": "l"
},
{
"type": "span",
Expand All @@ -807,7 +776,7 @@
{
"type": "link",
"value": {
"href": "https://redis.io/cloud/",
"href": "https://redis.com/try-free/",
"name": "Redis Cloud"
}
},
Expand All @@ -818,7 +787,7 @@
{
"type": "link",
"value": {
"href": "https://redis.io/docs/latest/develop/interact/search-and-query/",
"href": "https://redis.io/docs/stack/search/",
"name": "query and search"
}
},
Expand All @@ -829,7 +798,7 @@
{
"type": "link",
"value": {
"href": "https://redis.io/docs/data-types/json/",
"href": "https://redis.io/docs/stack/json/",
"name": "JSON"
}
},
Expand All @@ -840,7 +809,7 @@
{
"type": "link",
"value": {
"href": "https://redis.io/docs/data-types/probabilistic/bloom-filter/",
"href": "https://redis.io/docs/stack/bloom/",
"name": "probabilistic data structures"
}
},
Expand All @@ -851,7 +820,7 @@
{
"type": "link",
"value": {
"href": "https://redis.io/timeseries/",
"href": "https://redis.io/docs/stack/timeseries/",
"name": "Time Series"
}
},
Expand Down

0 comments on commit 986ea1c

Please sign in to comment.