apoc.redis.hdel

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.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?

{}

Output parameters

Name Type

value

INTEGER?