apoc.redis.pexpire

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.pexpire(uri, key, time, isExpireAt {config}) | Execute the 'PEXPIRE key time' command, or the 'PEPXPIREAT' if isExpireAt=true

Signature

apoc.redis.pexpire(uri :: STRING?, key :: ANY?, time :: INTEGER?, isExpireAt :: BOOLEAN?, config = {} :: MAP?) :: (value :: BOOLEAN?)

Input parameters

Name Type Default

uri

STRING?

null

key

ANY?

null

time

INTEGER?

null

isExpireAt

BOOLEAN?

null

config

MAP?

{}

Output parameters

Name Type

value

BOOLEAN?