im trying to do some development where i will be implementing web cache.
Im using codeigniter 4 for this and it did have cache library built-in.
However, there are other 3rd party cache software like redis.
Based on my research, both serve the same purpose.
Therefore, what is the need of redis instead of my framework cache?