Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 75c1e3c

Browse files
committed
Update README.md
1 parent 010497d commit 75c1e3c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,23 @@ A more detailed list of the available RedisClient API's used in the example can
153153
- [IRedisTypedClient<T>](https://github.com/ServiceStack/ServiceStack/blob/master/src/ServiceStack.Interfaces/Redis/Generic/IRedisTypedClient.cs)
154154
- [IRedisNativeClient](https://github.com/ServiceStack/ServiceStack/blob/master/src/ServiceStack.Interfaces/Redis/IRedisNativeClient.cs)
155155

156+
## [Redis React Browser](https://servicestack.net/redis-react)
157+
158+
Redis React is a simple user-friendly UI for browsing data in Redis servers which takes advantages of the complex
159+
type conventions built in the ServiceStack.Redis Client to provide a rich, human-friendly UI for navigating related datasets, enabling a fast and fluid browsing experience for your Redis servers.
160+
161+
#### [Live Demo](http://redisreact.servicestack.net/#/)
162+
163+
The Redis React App has been packaged for multiple platforms inc. the ASP.NET Live Demo
164+
[redisreact.servicestack.net](http://redisreact.servicestack.net/#/) deployed on AWS which you can use to preview Redis React browsing a redis server populated with the
165+
[Northwind Dataset](http://northwind.servicestack.net/) persisted as JSON following the
166+
[Complex Type Conventions](http://stackoverflow.com/a/8919931/85785) built into the
167+
[C# ServiceStack.Redis Client](https://github.com/ServiceStack/ServiceStack.Redis).
168+
169+
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/redis-react/home.png)](http://redisreact.servicestack.net/#/)
170+
171+
### Downloads available from [Redis React Home Page](https://servicestack.net/redis-react)
172+
156173
## [Redis Sentinel](https://github.com/ServiceStack/ServiceStack.Redis/wiki/Redis-Sentinel)
157174

158175
To use the new Sentinel support, instead of populating the Redis Client Managers with the

0 commit comments

Comments
 (0)