codescalersinternships / home

home repo for internships
4 stars 0 forks source link

RESP parser #275

Open xmonader opened 2 months ago

xmonader commented 2 months ago

We need to create a Go library for parsing Redis Serialization Protocol (RESP) data. encodes/decodes various RESP data types, including strings, errors, integers, bulk strings, and arrays.

Tasks