RedisDatabase.incr - multiple declarations

Function RedisDatabase.incr

Increment the integer value of a key

Prototype

long incr(
  string key,
  long value = 1L
);

Function RedisDatabase.incr

Increment the real number value of a key

Prototype

long incr(
  string key,
  double value
);

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.