tokio-rs / tokio-redis

Redis client for Tokio
Apache License 2.0
58 stars 10 forks source link

Remove deprecated / build warnings #6

Closed chaaz closed 7 years ago

chaaz commented 7 years ago

Switch from using deprecated tokio_core::io to tokio_io, and clean up the code so tokio-redis compiles without build warnings.