vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
RedisStringCollection
index
vibe
db
redis
idioms
Models a strongly typed numbered set of values.
template
RedisStringCollection (
T
=
string
RedisCollectionOptions
OPTIONS
=
RedisCollectionOptions
.
defaults
size_t
ID_LENGTH
= 1
) {
alias
RedisStringCollection
=
RedisCollection
!(
RedisString
!
T
,
OPTIONS
,
ID_LENGTH
)
;
}
Members
Aliases
RedisStringCollection
alias
RedisStringCollection
=
RedisCollection
!(
RedisString
!
T
,
OPTIONS
,
ID_LENGTH
)
Undocumented in source.
Meta
Source
See Implementation
index
vibe
db
redis
idioms
enums
RedisCollectionOptions
functions
jsonEncoded
redisStrip
structs
JsonEncoded
LazyString
RedisCollection
RedisLock
RedisObject
RedisObjectField
RedisStripped
templates
RedisHashCollection
RedisListCollection
RedisObjectCollection
RedisSetCollection
RedisStringCollection
Models a strongly typed numbered set of values.