Skip to content

Commit 3f3dfbc

Browse files
committed
add tools
1 parent 8f560a6 commit 3f3dfbc

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

docs/tools/index.mdx

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ slug: /tools/index
77
import RedisCard from '@site/src/components/RedisCard';
88

99

10+
### GUI tools for Redis
11+
12+
Find the best Graphical User Interfaces to interact with your data and, manage and monitor your Redis Database.
13+
1014
<div class="row">
1115

1216
<div class="col">
@@ -19,9 +23,9 @@ import RedisCard from '@site/src/components/RedisCard';
1923

2024
<div class="col">
2125
<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"
26+
title="Redis Data Source for Grafana"
27+
description="The Redis Data Source for Grafana allows users to connect to the Redis and build Grafana dashboards."
28+
page="https://github.com/RedisGrafana/grafana-redis-datasource"
2529
/>
2630
</div>
2731

@@ -32,9 +36,32 @@ import RedisCard from '@site/src/components/RedisCard';
3236

3337
<div class="col">
3438
<RedisCard
35-
title="Redis Data Source for Grafana"
36-
description="The Redis Data Source for Grafana allows users to connect to the Redis and build Grafana dashboards."
37-
page="https://github.com/RedisGrafana/grafana-redis-datasource"
39+
title="RDM"
40+
description="Cross-platform open source database management"
41+
page="https://www.rdm.dev/"
42+
/>
43+
</div>
44+
45+
46+
<div class="col">
47+
<RedisCard
48+
title="Redsmin"
49+
description="Redsmin offers a real-time, atomic, performant administration and monitoring interface for Redis."
50+
page="https://www.redsmin.com/"
51+
/>
52+
</div>
53+
54+
</div>
55+
56+
### Others
57+
58+
<div class="row">
59+
60+
<div class="col">
61+
<RedisCard
62+
title="RIOT - Get data in and out of Redis"
63+
description="Redis Input/Output Tools (RIOT) is a set of import/export command line utilities for Redis"
64+
page="https://github.com/redis-developer/riot"
3865
/>
3966
</div>
4067

0 commit comments

Comments
 (0)