Skip to content

refactor(common): move RESP type constants from resp to common package#79

Merged
cankush625 merged 1 commit into
masterfrom
ankushchavan/move-grammar-constants
May 6, 2026
Merged

refactor(common): move RESP type constants from resp to common package#79
cankush625 merged 1 commit into
masterfrom
ankushchavan/move-grammar-constants

Conversation

@cankush625
Copy link
Copy Markdown
Owner

@cankush625 cankush625 commented May 6, 2026

Implementation

Moves SimpleString, SimpleError, Integer, BulkString, and Array constants to common/grammar.go so any package can reference RESP type names without importing resp. Parsing maps stay in resp as they are an implementation detail of the parser.

Issue

#47

Signed-off-by: Ankush Chavan <cankush625@gmail.com>
Copy link
Copy Markdown
Owner Author

@cankush625 cankush625 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@cankush625 cankush625 merged commit 6efaf4f into master May 6, 2026
4 checks passed
@cankush625 cankush625 deleted the ankushchavan/move-grammar-constants branch May 6, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant