Function ntex_redis::cmd::IncrBy [−][src]
pub fn IncrBy<T, I>(key: T, increment: I) -> IntOutputCommand where
BulkString: From<T>,
i64: From<I>, Expand description
INCRBY redis command
Increments the number stored at key by increment.
