8 Star 41 Fork 15

huifer / view-redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
readme.md 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
huifer 提交于 2020-10-21 11:46 . doc: update java doc

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
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

搜索帮助