RedisHashCollection

Models a set of numbered hashes.

This structure is roughly equivalent to a string[string][long] and is commonly used to store collections of objects, such as all users of a service. For a strongly typed variant of this class, see RedisObjectCollection.

template RedisHashCollection (
RedisCollectionOptions OPTIONS = RedisCollectionOptions.defaults
size_t ID_LENGTH = 1
) {}

Members

Aliases

RedisHashCollection
alias RedisHashCollection = RedisCollection!(RedisHash, OPTIONS, ID_LENGTH)
Undocumented in source.

See Also

Meta