https://github.com/ServiceStack/ServiceStack.Redis
Redis Client API Overview
4 Types of RedisClients
You can choose the layer of abstraction to work with
1. ICacheClient:
2. IRedisNativeClient: same command in C# and native client but in binary data format
3. IRedisClient: higher level of redis client
4. IRedisTypedClient:
Using NuGet to Install
Example 1, IRedisNativeClient
Example 2, IRedisClient
Example 3, IRedisTypedClient
Example 4, Transcation
沒有留言:
張貼留言