apoc.redis.pttl Procedure APOC Full apoc.redis.pttl(uri, key, {config}) | Execute the 'PTTL key' command Signature apoc.redis.pttl(uri :: STRING?, key :: ANY?, config = {} :: MAP?) :: (value :: INTEGER?) Input parameters Name Type Default uri STRING? null key ANY? null config MAP? {} Output parameters Name Type value INTEGER? More documentation of apoc.redis.pttl apoc.redis.pop apoc.redis.push