Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
/ redis-browser Public archive

Cross platform GUI tool for redis that includes support for ReJSON

License

Notifications You must be signed in to change notification settings

anandtrex/redis-browser

Repository files navigation

Redis Browser

This is a simple browser for redis, that also supports displaying json stored in redis through the rejson plugin

Building from source

Requirements

  • nodejs
  • yarn

On Archlinux, install with

pacman -S nodejs yarn

Build Setup

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 build application will be found in the build directory

About

This application is build with electron and Vue.js.

This project was generated with electron-vue@1c165f7 using vue-cli. Documentation about the original structure can be found here.