bikeshedder / deadpool

Dead simple pool implementation for rust with async-await
Apache License 2.0
1.08k stars 137 forks source link

Fix deadpool-memcached #368

Open bikeshedder opened 3 days ago

bikeshedder commented 3 days ago

The current deadpool-memcached release is somewhat broken. I've just added tests to make sure it doesn't break in the future.

I'm planning to add a config structure as well so it is on-par with the other deadpool-* crates.