Hacker News new | ask | show | jobs
by james_a_craig 2661 days ago
I really like this, not just because it makes a good point on performance, but because it also provides a nice, simple, idiomatic example of a service with a custom protocol in python, using asyncio.

I'd like to see the same thing in a few different languages, just for fun - perhaps a Perl or Rust redis, for example.

1 comments

For Go there's for example https://github.com/alash3al/redix, and I think I've seen others as well.