pub fn IncrBy<T, I>(key: T, increment: I) -> IntOutputCommandExpand description
INCRBY redis command
Increments the number stored at key by increment.
pub fn IncrBy<T, I>(key: T, increment: I) -> IntOutputCommandINCRBY redis command
Increments the number stored at key by increment.