redis / node-redis

Redis Node.js client
https://redis.js.org/
MIT License
16.95k stars 1.89k forks source link

Connection pool docs #2845

Open zuozp8 opened 1 month ago

zuozp8 commented 1 month ago

Description

It would be great to explain (for example in client-configuration.md that single connection is sufficient most of the time and therefore there is no need for connection pooling.

I was looking in docs for options regarding connection pools (as I usually do when I set up the database client) and i found none (except for isolated connection pool). As I looked briefly it seems that commands are sent to the server as fast as the underlying socket allows it