Hi,
it is generally safe to flush the filesystem cache, but it is not very useful ...
It tends to generate peaks of I/Os just after the cache has been flushed.
If your Redis instance does not generate I/Os, then it is not a problem.
Should the opposite occurs, you may impact the performance of the
foreground (AOF flushes), or background (BSSAVE or
BGREWRITEAOF) operations.
Regards,
Didier.