1

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?

Purbasha
  • 215
  • 2
  • 11
  • 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
  • 2
    Possible 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 Answers1

0

You need to consider yourself, i.e. the connection of the admin console.

Yunnosch
  • 26,130
  • 9
  • 42
  • 54
Павел
  • 11
  • 1
  • 5
    Is 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