Skip to content

Commit 2dc6218

Browse files
committed
Add tools and guides section and samples
1 parent dd5db35 commit 2dc6218

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docs/guides/redis-security.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ id: redis-security
33
title: Redis Security
44
sidebar_label: Indexing
55
slug: /guides/redis-security
6-
76
---

docs/tools/index.mdx

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,27 @@ id: index-tools
33
title: Tools
44
sidebar_label: Tools
55
slug: /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>

0 commit comments

Comments
 (0)