All Projects → anandtrex → redis-browser

anandtrex / redis-browser

Licence: GPL-3.0 license
Cross platform GUI tool for redis that includes support for ReJSON

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to redis-browser

redis-modules-sdk-ts
A Software development kit for easier connection and execution of Redis Modules commands.
Stars: ✭ 152 (+424.14%)
Mutual labels:  rejson
rejonson
Golang Redis Rejson extension built upon go-redis
Stars: ✭ 23 (-20.69%)
Mutual labels:  rejson

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].