aerospike

Aerospike set TTL for all filtered records with Python

Aerospike set TTL for all filtered records with Python Question: I want to set the TTL to -1 (no ttl) for all records that match some filter, using Python. I successfully set the TTL for all the records with the following: import time from aerospike_helpers import expressions as exp from aerospike_helpers.operations import operations import aerospike …

Total answers: 2