redis-browser

Redis Browser

Redis Browser is a Cross platform GUI tool for redis, that includes support for displaying json stored in redis through the redis rejson plugin

Screenshot

Downloads

Downloads for all platforms are available on the Releases page

Building from source

Requirements

On Archlinux, install with

pacman -S nodejs npm

Build

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

About

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.