RedisDatabase.hincr - multiple declarations
Function RedisDatabase.hincr
Increment the integer value of a hash field
long hincr
(
string key,
string field,
long value = 1L
) @safe;
Function RedisDatabase.hincr
Increment the real number value of a hash field
long hincr
(
string key,
string field,
double value
) @safe;