Type Definition RespConnection
Other items inredis_async::client::connect
type RespConnection = Framed<TcpStream, RespCodec>;