apoc.redis.smembers
Procedure APOC Full
apoc.redis.smembers(uri, key, {config}) | Execute the 'SMEMBERS key' command
Signature
apoc.redis.smembers(uri :: STRING?, key :: ANY?, config = {} :: MAP?) :: (value :: LIST? OF ANY?)
Was this page helpful?