@@ -7,6 +7,10 @@ slug: /tools/index
77import 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