In order to improve performance, we have introduced Redis as the cache layer in our application. However, sometimes the cache hit rate is very low, which increases the burden of database queries. How should we adjust the cache strategy to improve this situation?