Adobe has released the fix for the Magento Redis Issue. As per the official doc, Magento version 2.3.3 and 2.3.4 were having speed issues. Redis was consuming the extra CPU and memory than it regularly does. It affected the Magento platform and the overall performance of the store.
Solution
The latest patch will solve it and improve the store performance.
- reducing the size of networking communication for Redis
- fixing race conditions that lead to extra memory consumption
- changing Cache Adapter to cover eviction cases
- decreasing Redis CPU consumption

We strongly suggest taking a store backup and testing the patches by applying it on stage website.
View available patches and status
Run the following command to view available patches:
- php ./vendor/bin/ece-patches status
If this is helpful, please thumbs up this article. If not, please suggest the changes to improve it.