8 Star 42 Fork 15

huifer/view-redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

View Redis

  • 嵌入式 Redis 可视化管理项目.

Feature

  • Redis 服务信息
  • Redis key 搜索
  • Redis 键值查看

install

git clone https://github.com/huifer/view-redis.git
cd view-redis
mvn clean install 

Using

第一种

  • 引入依赖
<dependency>
    <groupId>com.github.huifer</groupId>
    <artifactId>view-redis-boot</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>
  • 在启动类上增加注解@EnableViewRedis
  • 如果有拦截器请将/redis/**/作为忽略,不执行拦截器逻辑
  • 访问 /redis/index 进入管理页面

第二种

  • 引入依赖
<dependency>
    <groupId>com.github.huifer</groupId>
    <artifactId>view-redis-servlet</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

  • 在启动类上添加@EnableViewRedisServlet
  • 设置账号密码, 默认账号密码: redis-admin\redis-admin,配置信息如下
view:
  redis:
    login_name: admin
    password: admin
  • 访问: /redis/

系统截图

  • redis 配置相关截图

image-20201015163347917

  • redis 键值查询

image-20201015163400296

image-20201015163412168

Contributers

License

  • Apache License 2.0

空文件

简介

嵌入式管理redis键值对,查看redis信息 展开 收起
README
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

语言

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/pychfarm_admin/view-redis.git
git@gitee.com:pychfarm_admin/view-redis.git
pychfarm_admin
view-redis
view-redis
main

搜索帮助