I am starting to use StackExchange.Redis as my C # redis client.
the first thing I tried to do was install the connection pool on StackExchange, after some internet searching and checking the code, I could not find it.
Is it possible to set the number of open connections on this client or at least manage it?
source
share