File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ id: redis-security
33title : Redis Security
44sidebar_label : Indexing
55slug : /guides/redis-security
6-
76---
Original file line number Diff line number Diff line change @@ -3,4 +3,27 @@ id: index-tools
33title : Tools
44sidebar_label : Tools
55slug : /tools/index
6- ---
6+ ---
7+ import RedisCard from ' @site/src/components/RedisCard' ;
8+
9+
10+ <div class = " row" >
11+
12+ <div class = " col" >
13+ <RedisCard
14+ title = " RedisInsight"
15+ description = " RedisInsight provides an intuitive and efficient GUI for Redis"
16+ page = " https://redislabs.com/redis-enterprise/redis-insight/"
17+ />
18+ </div >
19+
20+ <div class = " col" >
21+ <RedisCard
22+ title = " RIOT - Get data in and out of Redis"
23+ description = " Redis Input/Output Tools (RIOT) is a set of import/export command line utilities for Redis"
24+ page = " https://github.com/redis-developer/riot"
25+ />
26+ </div >
27+
28+
29+ </div >
You can’t perform that action at this time.
0 commit comments