Redis – Aerospike set expiration date for specific field
I have an Aerospike cache consists of list of data with value of json like structure. example value: {"name": "John", "count": 10} I was wandering if it is possible to set an expiration time for only the count field and…