You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create a new Go package/module for the RESP parser
Implement core functionality to parse RESP data
Handle different RESP data types: strings, errors, integers, bulk strings, and arrays
Implement error handling for unknown RESP types
Create documentation with usage examples
Write unit tests to ensure proper functionality
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: