sorccu / r2d2-redis

MIT License
101 stars 42 forks source link

Please support connection async #19

Closed tangkhaiphuong closed 6 years ago

tangkhaiphuong commented 6 years ago

Redis now support async from connection async. So please implement support get async connection for query async.

sorccu commented 6 years ago

Is there any another r2d2 crate with async support?

tangkhaiphuong commented 6 years ago

@sorccu Not yet, May I ask redis.rs support async query base on sync connection.