I'm comparing capabilities of ServiceStack.Redis and StackExchange.Redis clients.
I thought that it might be very useful to use IRedisTypedClient<T>
class of ServiceStack.Redis client.
Just wondering if is there any equivalent of IRedisTypedClient<T>
class in StackExchange.Redis client which provides auto serialization/deserialization of objects?