Skip to content

How connections are created and maintained with rueidis? #357

Answered by rueian
sathishdv asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sathishdv,

You are not doing anything wrong. Connections are reused and are not closed unless they encounter network errors.

There are two options you can adjust number of connections to each redis node:

  1. PipelineMultiplex: this option can adjust how many connections used for pipelining.
  2. BlockingPoolSize: this option can adjust maximum number of connections used by dedicated or blocking commands.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cjo2
Comment options

@sathishdv
Comment options

Answer selected by sathishdv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants