You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Cluster constructor cannot take a url string as input. Therefore the user has to manually parse a url string obtained from the runtime environment into a structured argument which the ioredis.Cluster understands.
Desired Behaviour
It would save a lot of repetitive and error-prone work if the library itself takes care of the parsing.
The text was updated successfully, but these errors were encountered:
@luin I believe a single endpoint url can be used to access a cluster. Multi-endpoint url spec and url parsing for cluster are related but not entirely overlapping.
Problem
Currently the
Cluster
constructor cannot take a url string as input. Therefore the user has to manually parse a url string obtained from the runtime environment into a structured argument which theioredis.Cluster
understands.Desired Behaviour
It would save a lot of repetitive and error-prone work if the library itself takes care of the parsing.
The text was updated successfully, but these errors were encountered: