jackyyyyyssss commented on code in PR #5117:
URL: https://github.com/apache/opendal/pull/5117#discussion_r1766180003
##########
core/src/services/redis/backend.rs:
##########
@@ -299,26 +290,39 @@ impl Debug for Adapter {
}
impl Adapter {
- async fn conn(&self) -> Result<RedisConnection> {
- Ok(self
+ async fn conn(&self) -> Result<bb8::PooledConnection<'_,
RedisConnectionManager>> {
Review Comment:
Thank you for your guidance. I have not yet contacted the upstream. I will
try to submit the PR to the upstream to see if they will merge. I will modify
and replace the connection pool with the upstream code in the another PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]