Skip to content

A minimal RESP (Redis Serialization Protocol) parser implemented in Go, focused specifically on parsing RESP arrays that contain only bulk strings.

Notifications You must be signed in to change notification settings

Jesserc/RESP-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimal RESP Parser for Redis

Overview

This is a basic implementation of a RESP (Redis Serialization Protocol) parser in Go. The parser is designed to handle RESP commands and bulk strings only. It does not cover the full Redis serialization protocol.

Features

  • Parse RESP commands from a buffered reader
  • Extract and return command and arguments as a slice
  • Basic support for RESP array of bulk strings

About

A minimal RESP (Redis Serialization Protocol) parser implemented in Go, focused specifically on parsing RESP arrays that contain only bulk strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages