apoc.redis.hincrby

Procedure APOC Full

apoc.redis.hincrby(uri, key, field, amount, {config}) | Execute the 'HINCRBY key field amount' command

Signature

apoc.redis.hincrby(uri :: STRING?, key :: ANY?, field :: ANY?, amount :: INTEGER?, config = {} :: MAP?) :: (value :: INTEGER?)

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

field

ANY?

null

amount

INTEGER?

null

config

MAP?

{}

Output parameters

Name Type

value

INTEGER?