Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 345 Bytes

redis-protocol-parser

A very simple(but hopefully complete) implementation of Redis Protocol (RESP) library.

I find other libraries too complicated for what its trying to do. I believe there is a much simpler way. Using pest makes parsing and describing the RESP grammar trivial.

I also needed this for my dream Redis implementation xD.