Skip to content

hbina/redis-protocol-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Redis Protocol Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages