pub fn HIncrBy<T, K, I>(key: T, field: K, increment: I) -> IntOutputCommandExpand description
HINCRBY redis command
Increments the number stored at field in the hash stored at key by increment.
pub fn HIncrBy<T, K, I>(key: T, field: K, increment: I) -> IntOutputCommandHINCRBY redis command
Increments the number stored at field in the hash stored at key by increment.