Description
Currently node-redis uses the same default options as GenericPool for isolationPoolOptions. Not only are the params poorly documented, the default parameters are not something you'd almost ever want. The default max pool size is 1, which means setting isolated: true has no effect.
The package should either set new defaults, or warn in the documentation to always configure these if using isolated: true.
Node.js Version
No response
Redis Server Version
No response
Node Redis Version
No response
Platform
No response
Logs
No response
Description
Currently node-redis uses the same default options as GenericPool for
isolationPoolOptions. Not only are the params poorly documented, the default parameters are not something you'd almost ever want. The default max pool size is 1, which means settingisolated: truehas no effect.The package should either set new defaults, or warn in the documentation to always configure these if using
isolated: true.Node.js Version
No response
Redis Server Version
No response
Node Redis Version
No response
Platform
No response
Logs
No response