apoc.redis.sadd

Procedure APOC Full

apoc.redis.sadd(uri, key, members, {config}) | Execute the 'SADD key members' command

Signature

apoc.redis.sadd(uri :: STRING?, key :: ANY?, members :: LIST? OF ANY?, config = {} :: MAP?) :: (value :: INTEGER?)

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

members

LIST? OF ANY?

null

config

MAP?

{}

Output parameters

Name Type

value

INTEGER?