vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
RedisCollection.opApply
index
vibe
db
redis
idioms
RedisCollection
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(long id) del)
int
opApply
(int delegate(long id, T) del)
struct
RedisCollection
(T, RedisCollectionOptions OPTIONS = RedisCollectionOptions.defaults, size_t ID_LENGTH = 1)
static if
(
OPTIONS & RedisCollectionOptions.supportIteration || OPTIONS & RedisCollectionOptions.supportPaging
)
int
opApply
(
int
delegate
(
long
id
,
T
)
del
)
Meta
Source
See Implementation
index
vibe
db
redis
idioms
RedisCollection
aliases
IDS
IDType
constructors
this
functions
add
createID
initialize
isMember
opApply
opIndex
remove
properties
database