Namespace ServiceStack.Redis.Generic
Classes
ManagedList<T>
RedisClientsManagerExtensionsGeneric
RedisTypedClient<T>
Allows you to get Redis value operations to operate against POCO types.
RedisTypedCommandQueue<T>
Queue of commands for redis typed client
Interfaces
[ IRedisHash<TKey, TValue>](../ServiceStack.Redis.Generic/IRedisHashTKey, TValue
)
[ IRedisHashAsync<TKey, TValue>](../ServiceStack.Redis.Generic/IRedisHashAsyncTKey, TValue
)
IRedisList<T>
Wrap the common redis list operations under a IList[string] interface.
IRedisListAsync<T>
Wrap the common redis list operations under a IList[string] interface.
IRedisSet<T>
IRedisSetAsync<T>
IRedisSortedSet<T>
IRedisSortedSetAsync<T>
IRedisTypedClient<T>
IRedisTypedClientAsync<T>
IRedisTypedPipeline<T>
Interface to redis typed pipeline
IRedisTypedPipelineAsync<T>
Interface to redis typed pipeline
IRedisTypedQueueableOperation<T>
interface to queueable operation using typed redis client
IRedisTypedQueueableOperationAsync<T>
interface to queueable operation using typed redis client
IRedisTypedTransaction<T>
Redis transaction for typed client
IRedisTypedTransactionAsync<T>
Redis transaction for typed client