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

Commit 85b797f

Browse files
committed
Update README.md
1 parent 7db5c4c commit 85b797f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ With each client providing different layers of abstraction:
2424

2525
* The RedisNativeClient exposes raw `byte[]` apis and does no marshalling and passes all values directly to redis.
2626
* The RedisClient assumes `string` values and simply converts strings to UTF8 bytes before sending to Redis
27-
* The RedisTypedClient provides a generic interface allowing you to add POCO values. The POCO types are serialized using [.NETs fastest JSON Serializer](http://www.servicestack.net/mythz_blog/?p=344) which is then converted to UTF8 bytes and sent to Redis.
27+
* The RedisTypedClient provides a generic interface allowing you to add POCO values. The POCO types are serialized using [.NETs fastest JSON Serializer](https://github.com/ServiceStackV3/mythz_blog/blob/master/pages/344.md) which is then converted to UTF8 bytes and sent to Redis.
2828

2929
### API Overview
3030

31-
[![Redis Client API](http://mono.servicestack.net/img/Redis-annotated-preview.png)](http://mono.servicestack.net/img/Redis-annotated.png)
31+
[![Redis Client API](https://servicestack.net/img/redis-annotated-preview.png)](https://servicestack.net/img/redis-annotated.png)
3232

3333
## Redis Connection Strings
3434

0 commit comments

Comments
 (0)