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

@chyroc chyroc force-pushed the add-resp3-protocol-part-5 branch from 96a2a39 to c286dcb Compare August 27, 2018 15:27
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 the First Release milestone Aug 27, 2018
@kasvith kasvith merged commit 1774ee2 into kasvith:master 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants