Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

add resp3 protocol part 5(replace to resp3) #83

Merged
merged 1 commit into from Aug 27, 2018

Conversation

chyroc
Copy link
Collaborator

@chyroc chyroc commented Aug 27, 2018

Pull Request for issue

#76

Description

replace protocol to resp3

Testing Instructions

Excepted Behavior

Actual Behavior

Additional Comments

command, err := getCommand(cmd)
if err != nil {
return protcl.NewMessage(nil, err)
return &protcl.Resp3{Type: protcl.Resp3SimpleError, Str: err.Error()}
Copy link
Owner

Choose a reason for hiding this comment

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

why not we add Err error to Resp3 to directly accept errors

Copy link
Owner

Choose a reason for hiding this comment

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

for now i will merge it we can replace it later

@kasvith kasvith added enhancement New feature or request level:intermediate issues that requires intermediate knowledge WIP issues that are currently WIP server issues related to kache-server code style about code style labels Aug 27, 2018
@kasvith kasvith added this to In progress in Creating Basic Server via automation Aug 27, 2018
@kasvith kasvith added this to In progress in Creating starter CLI via automation Aug 27, 2018
@kasvith kasvith added this to the First Release milestone Aug 27, 2018
@kasvith kasvith merged commit 1774ee2 into kasvith:master Aug 27, 2018
Creating Basic Server automation moved this from In progress to Done Aug 27, 2018
Creating starter CLI automation moved this from In progress to Done Aug 27, 2018
@kasvith
Copy link
Owner

kasvith commented Aug 27, 2018

tnx @chyroc

@chyroc chyroc mentioned this pull request Aug 28, 2018
14 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
code style about code style enhancement New feature or request level:intermediate issues that requires intermediate knowledge server issues related to kache-server WIP issues that are currently WIP
Development

Successfully merging this pull request may close these issues.

None yet

2 participants