aembke / redis-protocol.rs

A Rust implementation of RESP2 and RESP3
Apache License 2.0
41 stars 14 forks source link

Finish implementing gen_array #13

Closed rukai closed 3 years ago

aembke commented 3 years ago

Ah, thank you. I'll take a look at these PRs later today, but they all look good at first glace. I'm probably going to make a topic branch for all of these and merge them into that first though.

rukai commented 3 years ago

Did you get a chance to take a look at this?

aembke commented 3 years ago

Yeah this looks good. I merged all of your changes into the rukai branch and released them under the 3.0.1 version. That should be on crates.io by now as well from the consolidated PR (https://github.com/aembke/redis-protocol.rs/pull/14).

I'm going to close out the other individual PRs in the meantime. Thanks again for fixing this.