@hackage resp2.0.0

A fast, non-backtracking parser for the redis RESP3 protocol

resp

GHC version badge CI status badge Hackage version badge license

This is a RESP3 parser, implemented as a non-backtracking incremental scanner, using the scanner library.

It aims to parse valid RESP3 messages as fast as possible, with very little emphasis on error messages.