-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
The documentation specifies that the node js client options accepts a timeout parameter
redis-doc/docs/connect/clients/nodejs.md
Line 198 in a8b76c9
To set a timeout for a connection, use the `connectTimeout` option: |
When I use this option in my Typescript Project, it tells me it 'connectTimeout' does not exist in type 'RedisClientOptions<RedisModules, RedisFunctions, RedisScripts>'
I'm not sure if it is the documentation or the type definitions that are incorrect.
Metadata
Metadata
Assignees
Labels
No labels