Is there a way to make an update to an object in couchbase db which was originally set with some time to live without resetting/refreshing the original time to live?
Thanks.
Is there a way to make an update to an object in couchbase db which was originally set with some time to live without resetting/refreshing the original time to live?
Thanks.
Hello,
No, it is not possible, this is part of the Memcached protocol/API, that we used in Couchbase.
The TTL is set each time your update the key.
Regards
Tug
@tgrall