Top "Ttl" questions

Time to live (TTL) is a mechanism that limits the lifespan or lifetime of data in a computer or network

Is there a way to set an "expiry" time, after which a data entry is automatically deleted in PostgreSQL?

Is there any way to set some sort of "expiry" time on data entries in PostgreSQL? I'm thinking about something …

database postgresql ttl
TTL for a set member

Is it possible in Redis to set TTL (time to live) not for a specific key, but for a member …

redis set tagging ttl
What's default TTL in Redis?

I can't find anywhere online what is default TTL in Redis. I know that I can set TTL for specific …

redis ttl
my redis keys do not expire

My redis server does not delete keys when the time-to-live reaches 0. Here is a sample code: redis-cli >SET mykey "…

redis ttl cache-expiration
Redis store key without a value

When using the Redis expire commands like SETEX and TTL, there are scenarios in which there is no need for …

redis ttl
Cassandra ttl on a row

I know that there are TTLs on columns in Cassandra. But is it also possible to set a TTL on …

cassandra row ttl
Create Cassandra table using cql3 with default TTL

Is it possible to create a table that has a default TTL for all rows that are inserted into it, …

cassandra cql3 ttl
mongodb TTL not removing documents

I have a simple schema like: { _id: String, // auto generated key: String, // there is a unique index on this field …

mongodb ttl
How to make elasticsearch document ttl work?

I installed debian package I am able to push data using curl: curl -XPUT 'http://mybox:9200/blog/user/dilbert' -d …

elasticsearch ttl
Redis Multi-Set With a TTL

In redis there is a SETEX command that allows me to set a key that expires, is there a multi-set …

redis key-value-store ttl