Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 36004dd

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

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

‎README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,6 @@ ServiceStack.Redis has great support AWS's ElastiCache Redis solution, follow th
112112

113113
- [ElastiCache Redis](https://github.com/ServiceStackApps/AwsGettingStarted/blob/master/docs/redis-guide.md)
114114

115-
### Try out [ServiceStack.Redis Live](http://gistlyn.com/redis-todo)
116-
117-
A great way to try out ServiceStack.Redis is on [gistlyn.com](http://gistlyn.com) which lets you immediately
118-
run and explore Redis features from the comfort of your browser with zero software install:
119-
120-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/redis/gistlyn-redis.png)](http://gistlyn.com/redis-todo)
121-
122115
## Redis Client Managers
123116

124117
The recommended way to access `RedisClient` instances is to use one of the available Thread-Safe Client Managers below. Client Managers are connection factories which should be registered as a Singleton either in your IOC or static class.
@@ -332,14 +325,19 @@ public class HomeController : ServiceStackController
332325
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
333326
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.
334327

335-
Install [.NET SDK](https://dotnet.microsoft.com/download) and `app` dotnet tool and run with:
328+
Install [.NET SDK](https://dotnet.microsoft.com/download) and run [install/app.ps1](https://servicestack.net/install/app.ps1) to install the `app` dotnet tool:
336329

337-
```
338-
dotnet tool install -g app
339-
app open redis
340-
```
330+
powershell iwr gist.cafe/install.ps1 -useb | iex
331+
332+
Then run `redis` Vue Desktop App in a browser:
333+
334+
### [app://redis](app://redis)
335+
336+
Or from the command-line:
337+
338+
app open redis
341339

342-
[![](https://sharpscript.net/assets/img/screenshots/redis.png)](http://redis.web-app.io)
340+
[![](https://sharpscript.net/assets/img/screenshots/redis.png)](https://sharpscript.net/sharp-apps/redis#redis-vue)
343341

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /