-
Hi guys,
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Try adding the password URL Encoded on the queryString, see the Redis Connection Strings docs, e.g: var connString = $"redis://{Host}?ssl=true&username={Username}&password={Password.UrlEncode()}"; |
Beta Was this translation helpful? Give feedback.
-
Hi Guys, And now I need a complete connstr example |
Beta Was this translation helpful? Give feedback.
Your xml has a double quote making it malformed and you need to xml encode values, try: