sudo yum install redis -y
sudo systemctl start redis sudo systemctl enable redis ```
vim long_term_file_cache.php
<?php function f1() { sleep(5); // 5초 쉰다. return 100; } ?> Result : <?=f1()?>