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

Commits on Mar 4, 2019

  1. Add redis command 'BITOP'

    zyy17 committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    3a1db43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5078dc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Add redis command 'BITFIELD'.

    zyy17 committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9ffb566 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. 1. Add resp.Value type in encoding/resp.go and implement new Array() …

    …API array2() that can combine multiple RESP types into one array;
    
    2. Delete IntegerArray() function, use Array() instead;
    zyy17 committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    373dc2f View commit details
    Browse the repository at this point in the history