I need to write 35,000-per-second messages to Redis.
The average message size is 250 bytes.
My app is a spring boot application hosted in Azure AKS.
The Redis is an Azure Redis (premium, 30000 concurrent connection).
What is the best library that can do the job?
What are the considerations I need to take?
Any best practices for configuration?
I tried using Jedis, but could not pass the 900 writes per second per instance.