apoc.redis.sunion

Procedure APOC Full

apoc.redis.sunion(uri, keys, {config}) | Execute the 'SUNION keys' command

Signature

apoc.redis.sunion(uri :: STRING?, keys :: LIST? OF ANY?, config = {} :: MAP?) :: (value :: LIST? OF ANY?)

Input parameters

Name Type Default

uri

STRING?

null

keys

LIST? OF ANY?

null

config

MAP?

{}

Output parameters

Name Type

value

LIST? OF ANY?