README.md in redis-browser-0.3.1 vs README.md in redis-browser-0.3.2
- old
+ new
@@ -1,6 +1,6 @@
-# Redis Browser
+# Redis Browser [![Gem Version](https://badge.fury.io/rb/redis-browser.png)](http://badge.fury.io/rb/redis-browser)
## Features
* List all keys as tree
* See content of all redis types
@@ -32,9 +32,10 @@
url: redis://127.0.0.1:6379/0
production:
host: mydomain.com
port: 6666
db: 1
+ auth: password
```
Then start with
```bash