Skip to content

Commit

Permalink
Merge 13d2dc8 into c5615d9
Browse files Browse the repository at this point in the history
  • Loading branch information
DumasOlivier committed Feb 7, 2020
2 parents c5615d9 + 13d2dc8 commit bde88c8
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Expand Up @@ -7,10 +7,32 @@
![Gem](https://img.shields.io/gem/dt/redis_web_manager)
[![Coverage Status](https://coveralls.io/repos/github/OpenGems/redis_web_manager/badge.svg?branch=master)](https://coveralls.io/github/OpenGems/redis_web_manager?branch=master)

Manage your Redis instance (See keys, memory used, connected client, configuration, information)
Web interface that allows you to manage easily your Redis instance (see keys, memory used, connected client, etc...).

### Check your stats
The Dashboard allows you tu check the Memory usage, CPU and Redis clients.

![alt text](./images/images_dashboard.png)

### Manage your redis keys
You can easily edit and delete any keys stored in your redis database.

![alt text](./images/images_keys.png)

### Keep an eye on your redis clients
Check how many clients are connected and their infos.

![alt text](./images/images_clients.png)

## Usage
How to use my plugin.

1. Install the gem

2. Launch your rails server

3. in your `routes.rb` add : `mount RedisWebManager::Engine => '/redis_web_manager'`

3. Go to `/redis_web_manager` to access to the dashboard

## Installation
Add this line to your application's Gemfile:
Expand Down

0 comments on commit bde88c8

Please sign in to comment.