pub fn HIncrBy<T, K, I>(key: T, field: K, increment: I) -> IntOutputCommand
Expand 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) -> IntOutputCommand
HINCRBY redis command
Increments the number stored at field
in the hash stored at key
by increment
.