Alias 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
.
Declaration
alias RedisHashCollection(vibe .db .redis .idioms .RedisCollectionOptions OPTIONS, ulong ID_LENGTH) = RedisCollection!(RedisHash,OPTIONS,ID_LENGTH);
See also
Authors
Sönke Ludwig
Copyright
© 2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.