Create expression that returns record expiration time (time to live) in integer seconds.
This expression usually evaluates quickly because record meta data is cached in memory.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.2.0 (4.0.2)
Syntax
Examples
// Record expires in less than 1 hour Exp.LT(Exp.TTL(), Exp.Val(60 * 60))
See Also