RedisDatabase.hincr

Increment the real number value of a hash field

  1. long hincr(string key, string field, long value)
  2. long hincr(string key, string field, double value)
    struct RedisDatabase
    long
    hincr
    (
    string key
    ,
    string field
    ,
    double value
    )

Meta