INCRBY key increment

    Time complexity: O(1)

    See for extra information on increment/decrement operations.

    *Examples

    redis> SET mykey "10"

      redis>