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

Add support to HASH and SET datatypes #9

Merged
merged 12 commits into from
Aug 13, 2023
Merged

Commits on Jul 31, 2023

  1. Support hash: Plain, Listpack, Ziplist, Zipmap

    moticless committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    91b1566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    384cfb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Removing RdbParser * argument from RdbReaderFunc

    moticless committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    69aeefe View commit details
    Browse the repository at this point in the history
  2. Abbreviate log level enums

    moticless committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a91906f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    6e25a2c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Add support to SET datatype

    moticless committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    93f5f8a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. pr fixes

    moticless committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e974228 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Simplify description of RDB_getNumItemsHint()

    moticless committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    15ee77a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Adding comments to handlers callbacks

    moticless committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    61a8914 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into hash-support3

    moticless committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    9526c13 View commit details
    Browse the repository at this point in the history
  3. Refine comment of struct.handleListPlain

    moticless committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    40d5295 View commit details
    Browse the repository at this point in the history
  4. Rename: handleHashFieldValue > handleHashField

    moticless committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c2d6e94 View commit details
    Browse the repository at this point in the history