vibe-d v0.9.4 (2021-09-30T12:24:53Z)
Home
Dub
Repo
RedisSubscriberImpl.blisten
index
vibe
db
redis
redis
RedisSubscriberImpl
Undocumented in source. Be warned that the author may not have intended to support it.
void
blisten
(void delegate(string, string) @(safe) onMessage, Duration timeout)
class
RedisSubscriberImpl
void
blisten
(
void
delegate
(
string
,
string
)
@
safe
onMessage
,
Duration
timeout
= 0.
seconds
)
void
blisten
(void delegate(string, string) @(system) onMessage, Duration timeout)
Meta
Source
See Implementation
index
vibe
db
redis
redis
RedisSubscriberImpl
constructors
this
destructors
~this
functions
blisten
bstop
hasSubscription
listen
psubscribe
punsubscribe
stop
subscribe
unsubscribe
properties
isListening
subscriptions