vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Alias RedisHashCollection

Models a set of numbered hashes.

alias RedisHashCollection(RedisCollectionOptions OPTIONS = RedisCollectionOptions.defaults, ulong ID_LENGTH = 1) = RedisCollection!(RedisHash,OPTIONS,ID_LENGTH);

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.

See also

RedisObjectCollection

Authors

Sönke Ludwig

Copyright

© 2014 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.