Function RedisDatabase.hget
Get the value of a hash field.
T hget(T)
(
string key,
string field
)
if (isValidRedisValueReturn!T);
Get the value of a hash field.
T hget(T)
(
string key,
string field
)
if (isValidRedisValueReturn!T);