UDECR
Syntax
UDECR key
Description
Decrement a 64-bit unsigned integer by delta.
This allows for working with numbers in the range of 0 to 18446744073709551615.
Example
> SET num 18446744073709551615
> UDECR num
> SET num 1
> UDECR num
> UDECR num