vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
JsonEncoded
index
vibe
db
redis
idioms
Undocumented in source.
struct
JsonEncoded (
T
) {
import
vibe
.
data
.
json
;
;
T
value
;
static
JsonEncoded
fromString
(string str);
string
toString
();
}
Alias This
value
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromString
JsonEncoded
fromString
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
T
value
;
Undocumented in source.
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