We are using lettuce redis client to connect to our redis cluster in production. We had a performance issue. while debugging we have identified that lot(almost 40K) COMMAND
operation had invoked by few services. we couldn't able to reproduce the issue in local environment.Can some one guide us, which component is triggering the COMMAND
operation. The use of COMMAND
operation
↧
Lot of COMMAND operation had invoked by Spring boot lettuce client to Redis cluster
↧