Function ntex_redis::cmd::HIncrBy[][src]

pub fn HIncrBy<T, K, I>(key: T, field: K, increment: I) -> IntOutputCommand where
    BulkString: From<T> + From<K>,
    i64: From<I>, 
Expand description

HINCRBY redis command

Increments the number stored at field in the hash stored at key by increment.