L3-37 icon indicating copy to clipboard operation
L3-37 copied to clipboard

Yet another Tokio connection pooler. May cause robot uprising.

Results 4 L3-37 issues
Sort by recently updated
recently updated
newest added

Add basic redis driver support. The api leaves some to be desired, but currently this works, albeit not in the best possible way

It's possible to use `client.prepare` to get a `Statement` object and execute / query it later. Since `Statement`s need to be used on the same connection that created them, `l337`...

It appears that the future returned from Pool::connection in the futures-03 branch borrows &self, whereas in the master branch it does not. This means that in order to spawn the...

The race condition we fixed happens when accessing both of these. The Mutex should wrap both of them to provide type safety on their access.