apoc.redis.hdel
Procedure APOC Full
apoc.redis.hdel(uri, key, fields, {config}) | Execute the 'HDEL key fields' command
Signature
apoc.redis.hdel(uri :: STRING?, key :: ANY?, fields :: LIST? OF ANY?, config = {} :: MAP?) :: (value :: INTEGER?)
Input parameters
Name | Type | Default |
---|---|---|
uri |
STRING? |
null |
key |
ANY? |
null |
fields |
LIST? OF ANY? |
null |
config |
MAP? |
{} |