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

Commit 752194a

Browse files
committed
Update README.md
1 parent b8d9fc5 commit 752194a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -327,17 +327,19 @@ public class HomeController : ServiceStackController
327327
}
328328
```
329329

330+
## [Redis Vue Desktop](https://sharpscript.net/sharp-apps/redis#redis-vue)
330331

331-
## [Redis React Browser](https://servicestack.net/redis-react)
332-
333-
Redis React is a simple user-friendly UI for browsing data in Redis servers which takes advantages of the complex
332+
Redis Vue is a simple user-friendly [Vue Desktop App](https://www.vuedesktop.com) for browsing data in Redis servers which takes advantages of the complex
334333
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.
335334

336-
#### [Live Demo](http://redisreact.servicestack.net/#/)
335+
Install [.NET SDK](https://dotnet.microsoft.com/download) and `app` dotnet tool and run with:
337336

338-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/redis-react/home.png)](http://redisreact.servicestack.net/#/)
337+
```
338+
dotnet tool install -g app
339+
app open redis
340+
```
339341

340-
#### Downloads available from [Redis React Home Page](https://servicestack.net/redis-react)
342+
[![](https://sharpscript.net/assets/img/screenshots/redis.png)](http://redis.web-app.io)
341343

342344
## [Redis Sentinel](https://github.com/ServiceStack/ServiceStack.Redis/wiki/Redis-Sentinel)
343345

0 commit comments

Comments
 (0)