Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please update futures-rs to 0.3.1 #3

Open
Silentdoer opened this issue Dec 16, 2019 · 7 comments
Open

please update futures-rs to 0.3.1 #3

Silentdoer opened this issue Dec 16, 2019 · 7 comments
Labels
help wanted Extra attention is needed

Comments

@Silentdoer
Copy link

like title

@mehcode
Copy link
Owner

mehcode commented Dec 17, 2019

I have no intention to do as I no longer use it so but I would accept a PR.

@viktor-ku
Copy link

Hi, @mehcode! Can I ask what are you using instead? Is it actix with diesel, but some other combination to make things easier, or did you switch to another web framework/language?

I am trying to choose right things to write my next project, would be great if you could give a small advice :)

Thank you

@mehcode
Copy link
Owner

mehcode commented Jan 12, 2020

@viktor-ku We are using https://github.com/launchbadge/sqlx/ now (which works fine with actix directly).


If you'd like to stay on Diesel, there is https://crates.io/crates/async-diesel and https://crates.io/crates/tokio-diesel available now. I'm not sure this actix-specific crate is important any more.

@mehcode mehcode added the help wanted Extra attention is needed label Jan 12, 2020
@viktor-ku
Copy link

@mehcode thanks a lot

@viktor-ku
Copy link

@mehcode do you know by any chance anything like that for Redis? I can't find anything that will work with pools and async out of the box.

@mehcode
Copy link
Owner

mehcode commented Jan 15, 2020

Funny you should mention that.

https://docs.rs/redisx/0.0.2/redisx/

Recently for a production use case we needed a redis client that was async; supported both TLS and authentication; and, has a connection pool.

Our needs for the client were super basic beyond that.

I was hoping something else would pop up but we can open source that if nothing has.

@viktor-ku
Copy link

@mehcode it would be fantastic if you could do that. I am looking for really basic functionality that I can use with actix. Nothing fancy. I can help maintaining the crate if you decide to open source it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants