Skip to content

Commit 7434698

Browse files
#RI-3971 - update json file
1 parent f732f16 commit 7434698

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

redisinsight/ui/src/constants/dbAnalysisRecommendations.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,11 @@
502502
"type": "paragraph",
503503
"value": "If you are using sorted sets to work with time series data, consider using RedisTimeSeries to optimize the memory usage while having extraordinary query performance and small overhead during ingestion."
504504
},
505+
{
506+
"id": "2",
507+
"type": "spacer",
508+
"value": "l"
509+
},
505510
{
506511
"id": "3",
507512
"type": "span",
@@ -667,7 +672,7 @@
667672
"title": "Rename or disable dangerous commands",
668673
"content": [
669674
{
670-
"id": "2",
675+
"id": "1",
671676
"type": "pre",
672677
"parameter": ["commands"],
673678
"value": "${0} "
@@ -679,22 +684,22 @@
679684
"value": " are currently not renamed or disabled for your Instance."
680685
},
681686
{
682-
"id": "2",
687+
"id": "3",
683688
"type": "paragraph",
684689
"value": "These commands are powerful and dangerous if not managed properly."
685690
},
686691
{
687-
"id": "3",
692+
"id": "4",
688693
"type": "spacer",
689694
"value": "l"
690695
},
691696
{
692-
"id": "4",
697+
"id": "5",
693698
"type": "span",
694699
"value": "Rename or disable them, especially for the production environment. "
695700
},
696701
{
697-
"id": "5",
702+
"id": "6",
698703
"type": "link",
699704
"value": {
700705
"href": "https://redis.io/download/",

0 commit comments

Comments
 (0)