Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Add release notes for Redis React
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 29, 2015
1 parent 83452be commit 34d2485
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ the Console Application starts a self-hosting HTTP server which it opens in the
See the instructions for [Installing Mono on Linux](http://www.mono-project.com/docs/getting-started/install/linux/).
If installing via apt-get, it needs the **mono-complete** package to run.

## Update - 29 November 2015

### Connections with Authentication

![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/redis-react/updates/add-authentication.png)

Added support for password authentication when establishing connections with redis.

The **console** link now populates the console with the most appropriate command for each key type, e.g. clicking **console**
ok a Sorted Set Key (ZSET) populates the Web Console with `ZRANGE key 0 -1 WITHSCORES`

## Update - 27 October 2015

### Delete Actions
Expand Down

0 comments on commit 34d2485

Please sign in to comment.