X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/1350d27e59a888ffd83d67ceb7e2ac9cdd4e6869..edd9f775f0b51f031a04c7fc7573b276d152a74f:/doc/TtlCommand.html diff --git a/doc/TtlCommand.html b/doc/TtlCommand.html new file mode 100644 index 00000000..94b308c8 --- /dev/null +++ b/doc/TtlCommand.html @@ -0,0 +1,38 @@ + + + +
+ + + +The TTL command returns the remaining time to live in seconds of a key that has an EXPIRE set. This introspection capability allows a Redis client to check how many seconds a given key will continue to be part of the dataset. If the Key does not exists or does not have an associated expire, -1 is returned.+