Describe the bug Is there a conflict when Redis mixed persistence and RDB persistence are enabled simultaneously A short description of the bug.

To reproduce

Steps to reproduce the behavior and/or a minimal code sample.

Expected behavior If I do physical migration, can the mixed persistence mode be implemented A description of what you expected to happen.

Additional information

Any additional information that is relevant to the problem.

Comment From: sundb

they don't conflict. but, please note that if you turn on both, aof will be loaded first, that mean, if you only migrate rdb and forget to disable aof, your data will lost after starting a new instance in the new server. ref: #12762