apoc.redis.pexpire

Procedure APOC Full

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?