@hackage / resp

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

Latest2.0.0

About

Metadata

  • Last updated , by 414owen
  • License BSD-3-Clause
  • Maintained by: owen@owen.cafe

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.6.2
  2. 9.4.5
  3. 9.2.8
  4. 9.0.2
  5. 8.10.7
  6. 8.8.4
  7. 8.6.5
  8. 8.4.4
  9. 8.2.2
  10. 8.0.2
  11. 7.10.3

Readme

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.