RUAL Documentation

decrement

This block is part of the redis group and was last modified in core v13.0.6.

decrement v11.0.0

Decrements the number stored at key by one. If the key does not exist, it is set to 0$code$ before performing the operation.

Pin Pin Type Default
flow
flow
number
Number to decrement given the key with.
number
Pin Pin Type Example
flow
flow
number
New number.
number
error
value
key
current redis key, this outpin be handy when using dynamic redis keys
value

Core Releases

v11.0.0 This block was introduced in v11.0.0, click here to see the release notes. v13.0.6 This block was last modified in v13.0.6, click here to see the release notes.
Back to redis Return to the main group to view all sub-groups Back to redis Return to the group to view all blocks within this group