Hi guys,
After I set system time with the command "date -s “1971-01-01 01:01:01″. The client writes the record (with ttl),with success.but then it reads the record with the return code AEROSPIKE_ERR_RECORD_NOT_FOUND.
However, after I set system time with "date -s “2011-01-01 01:01:01″. The client can write the record(with ttl) and then read it with success.
I wonder what makes the difference and how to fix it. It seems that system time have some restriction on Record Operations.
Thank in advance.
Steve.