Redis Browser is a Cross platform GUI tool for redis, that includes support for displaying json stored in redis through the redis rejson plugin
Downloads for all platforms are available on the Releases page
On Archlinux, install with
pacman -S nodejs npm
First clone the repository. Then run:
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
The built application will be found in the build
directory
This application is build with electron and Vue.js.
The vue-electron base for this project was generated with electron-vue@1c165f7 using vue-cli. Documentation about the original structure can be found here.