clia
clia
Wish deadpool_redis support redis cluster mode! like mobc's support: https://crates.io/crates/mobc-redis-cluster
We use URL Signature, and I think this method is widely used in many companies. So I implement this function for REST Client and hope it's useful for the developers.
## Motivation When monitoring logs of rotating files, it will be very helpful to create a symlink to the latest log file when creating and rotating the log file. Then...
The number setted with max_connection_rate will exceed after a period of time of running. I checked the code about lib.rs and openssl.rs in actix-tls/src, and can find only the code...
https://github.com/bytedance/monoio/blob/master/docs/en/benchmark.md According to the official benchmark, the Monoio runtime's performance is better than the Glommio's. Will you have an investigation on it?
This project now do not compile on the latest rust verion. It complains some dependencies misconfiguration and some code errors. It will break the build procession in the TechEmpower benchmarks....
The `auth_handle` fn in AuthHandler is synchronous, make it difficult to invoke some async operations, like querying DB. It will be better with an async AuthHandler.
When async execute calls using pipeline, will cause some memory leaks PostgreSQL 11
clia-mbp:~ clia$ RUST_BACKTRACE=1 tokio-socks5 Listening for socks5 proxy connections on 0.0.0.0:1090 error for 192.168.1.165:39268: unknown version proxied 3193/3165 bytes for 192.168.1.165:47486 proxied 3133/3089 bytes for 192.168.1.165:47618 proxied 3925/5301 bytes for...
### Description First of all, thank you for maintaining the deadpool project. It's a valuable tool for connection pooling in Rust applications. I'd like to request a new feature that...