Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
redis.set("key1", "Hello") redis.expire("key1", 10) assert redis.ttl("key1") == 10 redis.persist("key1") assert redis.ttl("key1") == -1
Remove any timeout set on the key.
True
Was this page helpful?