Jean Boussier
Jean Boussier
> So are we waiting until all of these have been implemented before releasing a new version of the gem? No. Releases happens when there's enough features to justify it,...
> do not support "user-password" login as configured by ACL ? It does, it's not shown in the readme, but it accepts it as `username`: https://github.com/redis/redis-rb/blob/4724c1bfde2d5679128ced8ec7b46bac66605b7b/lib/redis/client.rb#L615
> Could you mention it in readme? PR welcome.
Closing as stale. PR welcome but no need to keep an issue open.
> Let me know what information would be useful Do you use hiredis or the ruby driver? > or what else I should try. There's two ways you could go...
I'll close this since the entire connection code has been replace on master for the upcoming 5.0. Feel free to comment if somehow this is still a problem after upgrading...
It's over 10 times slower than the regular rubies, so it's a hard sell. If you find a way to make it faster I would consider it, but in this...
I just tried this again with TruffleRuby 22.2 https://github.com/redis/redis-rb/runs/7885051141?check_suite_focus=true Took 9m where JRuby takes 4m30 and MRI 4m (I'm talking just the test run, not the setup). So it's much...
> IMHO that's already pretty fast for CI, Well, that's a subjective thing :p, 4-ish minutes to 7m23 is almost twice slower, but that's already much better so I can...
As explained in #819 this cannot be changed for backward compatibility reasons. It started returning a boolean a long time ago when Redis would only take a single member, so...