konnexengine ~master (2022-03-11T22:24:10Z)
Dub
Repo
RedisHashEntry
konnexengine
db
redis
redis
struct RedisHash
struct
RedisHashEntry {
this
(RedisDatabase d, string k, string f, RedisValue v);
RedisDatabase
db
;
string
key
;
string
field
;
auto
entry
;
}
Constructors
this
this
(RedisDatabase d, string k, string f, RedisValue v)
Undocumented in source.
Members
Variables
db
RedisDatabase
db
;
Undocumented in source.
entry
auto
entry
;
Undocumented in source.
field
string
field
;
Undocumented in source.
key
string
key
;
Undocumented in source.
Meta
Source
See Implementation
konnexengine
db
redis
redis
functions
connect
persist
structs
RedisHashEntry
RedisInstance
struct RedisHash