-
Hi, I was wondering what you need to do to implement the connection re-usage describe here : https://quantumleap.readthedocs.io/en/latest/admin/benchmarks/ Also, is there a redis password Environment Variables? Thanks in advance. @agaldemas so he can follow |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @HugoT852! Thanks for your questions. > I was wondering what you need to do to implement the connection re-usage Nothing special, it's built in: Needs some improvements, e.g. concurrency, but it should already give you the benefits claimed in the benchmarks...hopefully! > Also, is there a redis password Environment Variables? Not at the moment. It shouldn't be too hard to implement actually, we welcome PRs :-) |
Beta Was this translation helpful? Give feedback.
Hi @HugoT852!
Thanks for your questions.
> I was wondering what you need to do to implement the connection re-usage
Nothing special, it's built in:
Needs some improvements, e.g. concurrency, but it should already give you the benefits claimed in the benchmarks...hopefully!
> Also, is there a redis password Environment Variables?
Not at the moment. It shouldn't be too hard to implement actually, we welcome PRs :-)