You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: redisinsight/ui/src/constants/dbAnalysisRecommendations.json
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -502,6 +502,11 @@
502
502
"type": "paragraph",
503
503
"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."
504
504
},
505
+
{
506
+
"id": "2",
507
+
"type": "spacer",
508
+
"value": "l"
509
+
},
505
510
{
506
511
"id": "3",
507
512
"type": "span",
@@ -667,7 +672,7 @@
667
672
"title": "Rename or disable dangerous commands",
668
673
"content": [
669
674
{
670
-
"id": "2",
675
+
"id": "1",
671
676
"type": "pre",
672
677
"parameter": ["commands"],
673
678
"value": "${0} "
@@ -679,22 +684,22 @@
679
684
"value": " are currently not renamed or disabled for your Instance."
680
685
},
681
686
{
682
-
"id": "2",
687
+
"id": "3",
683
688
"type": "paragraph",
684
689
"value": "These commands are powerful and dangerous if not managed properly."
685
690
},
686
691
{
687
-
"id": "3",
692
+
"id": "4",
688
693
"type": "spacer",
689
694
"value": "l"
690
695
},
691
696
{
692
-
"id": "4",
697
+
"id": "5",
693
698
"type": "span",
694
699
"value": "Rename or disable them, especially for the production environment. "
0 commit comments