RedisStringCollection

Models a strongly typed numbered set of values.

template RedisStringCollection (
T = string
RedisCollectionOptions OPTIONS = RedisCollectionOptions.defaults
size_t ID_LENGTH = 1
) {}

Members

Aliases

RedisStringCollection
alias RedisStringCollection = RedisCollection!(RedisString!T, OPTIONS, ID_LENGTH)
Undocumented in source.

Meta