Page 1 of 1

tcms change storage for .data files

Posted: Tue Oct 29, 2019 10:56 am
by dhryoer
Hello,
We would like for the data that is written to the tcms/data/*.dat files be written into redis or memcached, which can be on another server.
we want to test your script via upstream load balancing, and need to write in/out data into one single place (redis or memcached) for the correct processing them by cron job.

Thank you.

Re: tcms change storage for .data files

Posted: Tue Oct 29, 2019 11:05 am
by admin
Hi, if we store it in memcache - how can we guarantee that those records are not deleted before cron job can process it?