apoc.redis.persist

Procedure APOC Full

apoc.redis.persist(uri, key, {config}) | Execute the 'PERSIST key' command

Signature

apoc.redis.persist(uri :: STRING?, key :: ANY?, config = {} :: MAP?) :: (value :: BOOLEAN?)

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

config

MAP?

{}

Output parameters

Name Type

value

BOOLEAN?