1Panel-dev / 1Panel

🔥🔥🔥 Web-based linux server management control panel. / 现代化、开源的 Linux 服务器运维管理面板。
https://www.1panel.cn
GNU General Public License v3.0
21.99k stars 2k forks source link

[FEATURE]应用商店增加Redis Insight #5429

Open JAINKRE opened 3 months ago

JAINKRE commented 3 months ago

1Panel 版本

v1.10.10-lts

请描述您的需求或者改进建议

应用商店增加Redis Insight,这个是redis官方出品的工具,比现在商店里的Redis-Commander好用一些

请描述你建议的实现方案

No response

附加信息

No response

wanghe-fit2cloud commented 3 months ago

该应用似乎只支持 Redis 7+,因为在添加 Redis 服务时需要指定用户和密码,而用户认证机制是在 Redis 6.0 版本后引入的。

JAINKRE commented 3 months ago

该应用似乎只支持 Redis 7+,因为在添加 Redis 服务时需要指定用户和密码,而用户认证机制是在 Redis 6.0 版本后引入的。

可以看一下官方这个博客:https://redis.io/blog/redisinsight-1-6-brings-redisgears-support-and-redis-6-acl-compatibility/

Redis 6 and access control lists (ACLs) support

RedisInsight is now fully compatible with Redis 6—they work seamlessly and transparently together.

One of the key new capabilities introduced with Redis 6 is access control lists. ACLs bring the concept of “users” to Redis, which lets you control what level of Redis access each user has. You can configure which commands specific users can execute and which keys they can access. This allows for much better security practices: you can now restrict any given user’s access to the least level of privilege needed. This is particularly helpful if you are building different services in your application: You can create dedicated users to grant only a specific set of commands on the database. ACLs allow users access to only particular commands, keys, or even patterns of keys based on user-based specified permissions.

至少可以确定的是Redis 6 是兼容的。