-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
In the function connectToLink the link that has to be parsed is in the form :@
When the client (fastRedis or normal client) is created the string @ is used as port and the connection fail.
The solution is changing the first line of code in the function with this two rows:
var ss = str.split('@');
var spl = ss[0].split(':');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels