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
That makes sense! There is already a pull request open that addresses this together with a few other possibilities: #1842 - It got a bit lost in the queue, but I'll try to get back to it as soon as possible.
Hi, great library! thx for your work!
there's an open
// TODO: support password
athttps://github.com/rejectedsoftware/vibe.d/blob/master/redis/vibe/db/redis/redis.d#L47
that simply could get resolved by replacing the TODO with
cli.auth(url.password);
In my opinion that would improve the usability a lot, eg with heroku and the chat tutorial.
What do you think? If want, I can open a pull request.
The text was updated successfully, but these errors were encountered: