Skip to content

anandtrex/redis-browser

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • nodejs
  • npm

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.