开源Redis可视化客户端工具 ,谁用谁知道

自从Redis面世以来,作为一个开源的高性能的key-value型数据库,很大程度的对关系型数据库起到很好的补充作用。

Redis实现简单,功能齐全,已经成为了业界最常用的组件之一。为了更方便的使用,衍生出一系列的可视化工具,像是redis desktop manager、medis、fastoredis、redis clent等等等等,各花各草入各眼,每个人都有自己喜欢的风格,但是往往这些工具可能在界面UI方面还是有待提高,有些甚至还要收费。

今天小编就想和大家分享一款帅气、好看同时功能强大的开源Redis客户端工具,或许就能成为你喜欢的那朵花那棵草。

AnotherRedisDesktopManager

一款,更快、更好、更稳定的redis桌面管理客户端工具,与Linux、Windows和Mac三大平台完美兼容。

小编先给大家演示下其页面风格,喜欢暗黑风格的小伙伴一定喜欢不已,整体页面简洁而不失严谨。

难能可贵的是,作者一直在更新完善工具的各种功能,基本不上1-2个月就会有一次更新,如果遇上作者勤快的时候一个月就更新多次。

我们看下光今年以来更新的新内容有哪些:

  • 2021-08-30: 支持执行日志、添加热键

  • 2021-08-16: 支持自定义格式化程序视图

  • 2021-06-30: 支持Sentinel

  • 2021-06-24: 支持ACL

  • 2021-05-03: 支持流和Cli命令提示

  • 2021-02-28: 支持连接颜色标记和搜索历史记录

  • 2021-02-03: 支持批量选中及批量删除、Msgpack查看器

那各个平台如何使用这个工具呢?

很简单,如果是Linux 或者 Mac平台,只需要clone仓库地址到本地,然后:

# install dependenciesnpm install# if download electron failed during installing, use this command# ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" npm install# serve with hot reload at localhost:9988npm start# after the previous step is completed to 100%, open another tab, build up a desktop clientnpm run electron

不过linux用户要注意,会有一些常见问题,解决方法如下:

# if error like this../src/FontManagerLinux.cc:1:35: fatal error: fontconfig/fontconfig.h: No such file or directory# then try thissudo apt install libfontconfig1-dev

对于windows用户,也是先clone仓库地址到本地,然后:

# install build tools for the first time, just execute oncenpm install -g windows-build-tools# install dependencies, 32-bit or 64-bit all use win32npm install --platform=win32# if download electron failed during installing, use this command# npm config set ELECTRON_MIRROR http://npm.taobao.org/mirrors/electron/# npm install --platform=win32# serve with hot reload at localhost:9988npm start# after the previous step is completed to 100%, open another tab, build up a desktop clientnpm run electron

最后Build Package就可以使用了

# prepare before packagenpm run pack:prepare# build package on respective platforms# on windows build 64bit packagenpm run pack:win# on windows build 32bit packagenpm run pack:win32# on macnpm run pack:mac# on linuxnpm run pack:linux

如果一直没有特别称手的Redis工具,不妨来试试这款AnotherRedisDesktopManager,或许能让你满意,或许能让你加快效率,或许...没那么多或许啦,先试试看吧:

点击下方卡片,关注公众号“天宇文创意乐派

天宇文创意乐派
个人订阅号 主要提供:分享最新资讯 IT教程 免费小说的平台
3篇原创内容
公众号

本文使用 文章同步助手 同步

你可能感兴趣的:(开源Redis可视化客户端工具 ,谁用谁知道)