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

Commit 0b7eeb9

Browse files
committed
Updated Obsolete GetTypedClient To As
1 parent b2ba85d commit 0b7eeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ _Full source code of this example is [viewable online](https://github.com/Servic
188188
using (var redisClient = new RedisClient())
189189
{
190190
//Create a 'strongly-typed' API that makes all Redis Value operations to apply against Shippers
191-
IRedisTypedClient<Shipper> redis = redisClient.GetTypedClient<Shipper>();
191+
IRedisTypedClient<Shipper> redis = redisClient.As<Shipper>();
192192

193193
//Redis lists implement IList<T> while Redis sets implement ICollection<T>
194194
var currentShippers = redis.Lists["urn:shippers:current"];

0 commit comments

Comments
 (0)