# 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.