vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
RedisSessionStore.iterateSession
index
vibe
db
redis
sessionstore
RedisSessionStore
Undocumented in source. Be warned that the author may not have intended to support it.
int
delegate
(
int
delegate
(
ref
string
key
,
ref
Variant
value
))
iterateSession
(string id)
class
RedisSessionStore
int
delegate
(
int
delegate
(
ref
string
key
,
ref
Variant
value
)
)
iterateSession
(
string
id
)
int
iterateSession
(string id, int delegate(string key) @(safe) del)
Meta
Source
See Implementation
index
vibe
db
redis
sessionstore
RedisSessionStore
constructors
this
functions
create
destroy
get
isKeySet
iterateSession
open
releaseUnusedConnections
remove
set
properties
expirationTime
storageType