tokio-rs / mini-redis

Incomplete Redis client and server implementation using Tokio - for learning purposes only
MIT License
3.94k stars 464 forks source link

refactor: use `OwnedSemaphore` for connection limiting #100

Closed vilgotf closed 2 years ago

vilgotf commented 2 years ago

The previous drop implementation was a workaround for this, then inexistant API.