I am using StackExchange.Redis to connect to azure redis cache. Everytime I do ConnectionMultiplexer.Connect(....), it creates two connections in the Redis. I am checking the number of connections by using the command "Client List" in Redis. Why is it creating two connections instead of one? How can I create only a single connection?
Asked
Active
Viewed 933 times
1
-
This post is essentially the same question: https://stackoverflow.com/questions/28145865/stackexchange-redis-why-does-connectionmultiplexer-connect-establishes-two-clien – JonCole Aug 08 '17 at 21:50
-
2Possible duplicate of [Stackexchange.Redis why does ConnectionMultiplexer.Connect establishes two client connections?](https://stackoverflow.com/questions/28145865/stackexchange-redis-why-does-connectionmultiplexer-connect-establishes-two-clien) – JonCole Aug 08 '17 at 21:52
1 Answers
0
You need to consider yourself, i.e. the connection of the admin console.
-
5Is this an answer, or a comment for clarification? In case of the former, please read [answer] and [edit] this post to clarify how this would answer the question. If it is a comment, please delete this. – Adriaan Jan 30 '23 at 10:34