Configuring a connection pool on StackExchange.Redis

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?

+4
source share

Source: https://habr.com/ru/post/1569611/


All Articles