Skip to content

Simple parser for Redis' RESP data serialization format written in C#

License

Notifications You must be signed in to change notification settings

BlueCyro/RediParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📠 RediParser

This is a simple library to parse the REDIS protocol. It aims to provide a simple, yet performant parser that gets the job done and leaves the network stack implementation up to the consumer. You can find documentation about how to utilize this library here.

Why leave out networking?

Programs can have a wide variety of configurations and implementations for how their networking is handled. To best work with your needs, RediParser doesn't seek to impose its own ideas of network structure on your project.

Forewarning

This library is incomplete and may not totally adhere to RESP standards! As time goes on, support will be built out, but please consider this to be in an ALPHA stage.

About

Simple parser for Redis' RESP data serialization format written in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages