vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
RedisHash.opApply
index
vibe
db
redis
types
RedisHash
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(string key, T value) del)
struct
RedisHash
(T = string)
int
opApply
(
scope
int
delegate
(
string
key
,
T
value
)
del
)
int
opApply
(int delegate(string key) del)
Meta
Source
See Implementation
index
vibe
db
redis
types
RedisHash
constructors
this
functions
exists
get
getMultiple
length
opApply
opIndex
opIndexAssign
opIndexOpAssign
remove
setIfNotExist
variables
value