RedisHashEntry

struct RedisHash

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