I am getting the following error when trying to delete from my cache:
Timeout performing DEL test.com, inst: 0, mgr: ExecuteSelect, err: never, queue: 0, qu: 0, qs: 0, qc: 0, wr: 0, wq: 0, in: 0, ar: 0, clientName: ORLWS052, serverEndpoint: Unspecified/pub-redis-16778.us-west-2-1.1.ec2.garantiadata.com:16778, keyHashSlot: 6928, IOCP: (Busy=3,Free=997,Min=4,Max=1000), WORKER: (Busy=4,Free=4091,Min=4,Max=4095), Local-CPU: 100% (Please take a look at this article for some common client-side issues that can cause timeouts: https://github.com/StackExchange/StackExchange.Redis/tree/master/Docs/Timeouts.md)
I also get an similar timeout when updating.
I have no idea how to read this, so if anyone knows that would be helpful.
The size of the key I am trying to update or delete is 5515 bytes.
I also ran the slowlog get command and there is none (the length is 0)
I also tried to increase the timeout, but that didn't work either