apoc.redis.hincrby
This is the APOC Extended documentation. APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page. |
Procedure Apoc Extended
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? |
{} |