Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement redis command 'BITOP' and 'BITFIELD'. #69

Closed
wants to merge 4 commits into from

Conversation

zyy17
Copy link
Contributor

@zyy17 zyy17 commented Mar 12, 2019

  1. Add redis command bitop;
  2. Add redis command bitfield;
  3. Add new resp API Array() to output array that combines with multiple resp types.

Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

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

LGTM

@zyy17 zyy17 requested review from shafreeck and YIDWang and removed request for shafreeck March 12, 2019 13:01
)

// The 'Value' design is referenced from https://github.com/tidwall/resp
type Value struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the design of Value really necessary, it is a conflict style with the original design. Maybe we should think again and supply more reasons to change the design.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will change the PR to use the original way to construct response.

@shafreeck shafreeck requested review from shafreeck and removed request for YIDWang and shafreeck April 9, 2019 16:34

const (
SimpleString Type = '+'
Error Type = '-'
Copy link
Contributor

Choose a reason for hiding this comment

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

This feature is currently supported in the package. Is this necessary?

Copy link
Contributor

@YIDWang YIDWang left a comment

Choose a reason for hiding this comment

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

TODO

@shafreeck
Copy link
Contributor

ping @GhostComputing

@shafreeck shafreeck closed this Nov 25, 2019
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.

None yet

3 participants