Module: Aerospike::TTL
- Defined in:
- lib/aerospike/ttl.rb
Constant Summary collapse
- NAMESPACE_DEFAULT =
Use the default TTL value for the namespace of the record.
0
- NEVER_EXPIRE =
Never expire the record.
-1
- DONT_UPDATE =
Update record without changing the record’s TTL value. Requires Aerospike Server version 3.10.1 or later.
-2