How to maintain more workload and multiple query on one connection in Redis Now we are using Jredis platfrom ,
Current we used Redis to provide query cache and write cache in the same time but We need to know how to maintain this our solution in redis because after launch found CPU stats full and client stuck more then 800+ connection when peak time ( redis cli stats) , We need your explain the solution to FIX the problem .
Remark ( Redis used 8 Core, Memory usage limit 97GiB ) Used ( 800% and memusage 584.8 mib / 94 Gib in peak time
Comment From: sundb
Can you describe more specific information?
1. use info all to get current information about redis,
2. use slowlog get 100 to see if it's slow query.