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

Commit 0cdbd20

Browse files
committed
Add link to gistlyn
1 parent 547d958 commit 0cdbd20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

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

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

87+
### Try out [ServiceStack.Redis Live](http://gistlyn.com/redis-todo)
88+
89+
A great way to try out ServiceStack.Redis is on [gistlyn.com](http://gistlyn.com) which lets you immediately
90+
run and explore Redis features from the comfort of your browser with zero software install:
91+
92+
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/redis/gistlyn-redis.png)](http://gistlyn.com/redis-todo)
93+
8794
## Redis Client Managers
8895

8996
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 is ideally registered as a Singleton either in your IOC or static classes.

0 commit comments

Comments
 (0)