vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
RedisListCollection
index
vibe
db
redis
idioms
Models a strongly typed numbered set of values.
template
RedisListCollection (
T
RedisCollectionOptions
OPTIONS
=
RedisCollectionOptions
.
defaults
size_t
ID_LENGTH
= 1
) {
alias
RedisListCollection
=
RedisCollection
!(
RedisList
!
T
,
OPTIONS
,
ID_LENGTH
)
;
}
Members
Aliases
RedisListCollection
alias
RedisListCollection
=
RedisCollection
!(
RedisList
!
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.