Sha256: fd6668e16ed258645716359ab404098ce6b2cbcf3ff3c3de8cea3982da9c9526

Contents?: true

Size: 912 Bytes

Versions: 4

Compression:

Stored size: 912 Bytes

Contents

# Redis Browser

## Features

* List all keys as tree
* See content of all redis types
* List pagination
* Pretty print json values
* Search keys


## Installation

```bash
$ gem install redis-browser
```

## Usage

```bash
$ redis-browser
```

## Screenshots

![Browse keys](https://dl.dropboxusercontent.com/u/70986/redis-browser/2.png)
![See list with pagination](https://dl.dropboxusercontent.com/u/70986/redis-browser/3.png)
![ZSET support](https://dl.dropboxusercontent.com/u/70986/redis-browser/4.png)
![JSON pretty print](https://dl.dropboxusercontent.com/u/70986/redis-browser/5.png)
![Configuration](https://dl.dropboxusercontent.com/u/70986/redis-browser/6.png)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
redis-browser-0.2.1 README.md
redis-browser-0.2.0 README.md
redis-browser-0.1.2 README.md
redis-browser-0.1.1 README.md