An open API service indexing awesome lists of open source software.

https://github.com/rubenmoya/exploredis

Redis GUI
https://github.com/rubenmoya/exploredis

Last synced: 17 days ago
JSON representation

Redis GUI

Awesome Lists containing this project

README

          

# Exploredis

> Explore your Redis data easily

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run electron:serve
```

### Compiles and minifies for production

```
npm run electron:build
```

### Lints and fixes files

```
npm run lint
```

## Styleguide

### Compiles and hot-reloads for development

```
npm run styleguide
```

### Compiles and minifies for production

```
npm run styleguide:build
```

## Tests

### Run unit tests

```
npm run test:unit
```

### Run unit tests with watch mode

```
npm run test:unit:watch
```