vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

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;
Authors

Jan Krüger, Sönke Ludwig, Michael Eisendle, Etienne Cimon

Copyright

© 2012-2016 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.