RedisDatabase.hincr - multiple declarations
- Function RedisDatabase.hincr
- Function RedisDatabase.hincr
Function RedisDatabase.hincr
Increment the real number value
of a hash field
Prototype
long hincr(
string key,
string field,
double value
);
Function RedisDatabase.hincr
Increment the integer value
of a hash field
Prototype
long hincr(
string key,
string field,
long value = 1L
);
Authors
Jan Krüger, Sönke Ludwig, Michael Eisendle, Etienne Cimon
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.