I'm working with StackExchange.Redis library, with ListLeftPush() and ListRightPop(). They are super slow. The same code on the standalone Redis is thousand times faster.
Maybe the Azure Redis Cache is suboptimal for these operations?
Somebody could help with it? Any ideas?