Commands
>
UINCR

UINCR

Syntax

UINCR key

Description

Increment a 64-bit unsigned integer by delta. This allows for working with numbers in the range of 0 to 18446744073709551615.

Example

> SET num 0
> UINCR num
> UINCR num
> SET num 18446744073709551614
> UINCR num
> UINCR num

Related Commands