Installation Redis with appendonlyfile

Hi,
I configured up redis-server with appendonlyfile option to avoid the reload of nvts (it takes about ten minutes) on redis. But thought the keys exists in redis, on every start of ospd-openvas it loads on redis, it does not care the keys are already loaded in redis. Is there a way to avoid this behavior and use the keys loaded yet???

Thanks in advance

No. Our usage of redis is very special. We use it as a IPC mechanism and cache. Therefore you should use our config and a dedicated redis instance for OpenVAS.