vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
RedisLock
index
vibe
db
redis
idioms
Undocumented in source.
struct
RedisLock {
this
(RedisDatabase db, string lock_key);
void
performLocked
(void delegate() del);
}
Constructors
this
this
(RedisDatabase db, string lock_key)
Undocumented in source.
Members
Functions
performLocked
void
performLocked
(void delegate() del)
Undocumented in source. Be warned that the author may not have intended to support it.
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