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
This client library does not support initializing a client from a connection string or URI. For instance, in an app I am working on, I receive a Redis connection string as input. Due to the lack of support for such input in the client library, I have to parse the String by myself or change the way connection data are passed.
All libraries I know support passing a connection String to initialize a connection to a database. Adding support should be quite easy since the underlying Jedis library that is used supports the use case. If you agree to fix this issue, the main issue is whether you prefer to support a String, a URI, or both as input.
The text was updated successfully, but these errors were encountered:
This client library does not support initializing a client from a connection string or URI. For instance, in an app I am working on, I receive a Redis connection string as input. Due to the lack of support for such input in the client library, I have to parse the String by myself or change the way connection data are passed.
All libraries I know support passing a connection String to initialize a connection to a database. Adding support should be quite easy since the underlying Jedis library that is used supports the use case. If you agree to fix this issue, the main issue is whether you prefer to support a String, a URI, or both as input.
The text was updated successfully, but these errors were encountered: