Function ntex_redis::cmd::HIncrBy
source · 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
.