Namespace ServiceStack.Redis.Support
Classes
ConsistentHash<T>
ObjectSerializer
serialize/deserialize arbitrary objects (objects must be serializable)
OptimizedObjectSerializer
Optimized ServiceStack.Redis.Support.ISerializer implementation. Primitive types are manually serialized, the rest are serialized using binary serializer />.
[ OrderedDictionary<TKey, TValue>](../ServiceStack.Redis.Support/OrderedDictionaryTKey, TValue
)
Represents a generic collection of key/value pairs that are ordered independently of the key and value.
RedisNamespace
manages a "region" in the redis key space namespace can be cleared by incrementing the generation
Structs
SerializedObjectWrapper
wraps a serialized representation of an object
Interfaces
[ IOrderedDictionary<TKey, TValue>](../ServiceStack.Redis.Support/IOrderedDictionaryTKey, TValue
)
Represents a generic collection of key/value pairs that are ordered independently of the key and value.