Rob Ede

Results 360 comments of Rob Ede

AFAIK you may be able to do this: `redis://HOST:PORT?db=0&password=PASSWORD` Source: https://metacpan.org/pod/URI::redis

i expect https://github.com/actix/actix-extras/pull/212 will help with this with the new redis-rs based session backend

If there's still interest in getting this PR in a state to merge we'd be interested. Otherwise, if there's no updates, I'll close it out in a couple weeks or...

I'm assuming the unsafe is largely to do with running SSE/AVX code.

@Riateche thanks for the detailed report, it was very helpful in figuring out the cause.

I understand the severity of the issue (we're hitting this at my work as well) and also that this PR is an incomplete fix, hence why it is not merged...

tbh, this is way too annoying to support properly until `tokio::task::Builder` is stable

> add tag @ruoru what do you mean?

I think this one would be pretty hard if not impossible to support without introducing a new macro like `#[resource]` that encapsulates multiple handlers and matches more the behavior of...