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

Support: stream, v12, -fvisibility, CI 5.0 6.0 6.2, make debug. Fix json enc #22

Merged
merged 21 commits into from
Oct 18, 2023

Commits on Oct 8, 2023

  1. stream support

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

Commits on Oct 11, 2023

  1. PR fixes; Few more arrangements

    moticless committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e414e49 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Fix Module RESTORE for earlier redis versions

    moticless committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1f33395 View commit details
    Browse the repository at this point in the history
  2. Static link hiredis to tests

    moticless committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    07fdcc4 View commit details
    Browse the repository at this point in the history
  3. Run CI against redis 5.0,6.0,6.2 and unstable

    moticless committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0cd5fc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7254c45 View commit details
    Browse the repository at this point in the history
  5. Run CI against redis 5.0,6.0,6.2 and unstable - fix2

    moticless committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3690060 View commit details
    Browse the repository at this point in the history
  6. Run CI against redis 5.0,6.0,6.2 and unstable - fix3

    moticless committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    828c2fd View commit details
    Browse the repository at this point in the history
  7. PR fixes

    moticless committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f17a7ec View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    fddf5a9 View commit details
    Browse the repository at this point in the history
  2. Use relative link on install (redis#23)

    tezc authored and moticless committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    11e7ca0 View commit details
    Browse the repository at this point in the history
  3. Simplify Getting started section of README

    moticless committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    a4ced5a View commit details
    Browse the repository at this point in the history
  4. Beautify finalize_cmd argument of CALL_HANDLERS_CB

    moticless committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    07d13a0 View commit details
    Browse the repository at this point in the history
  5. Temporary fake support new rdbversion 12 to pass CI

    moticless committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b42c755 View commit details
    Browse the repository at this point in the history
  6. Temporary fake support new rdbversion 12 to pass CI

    moticless committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    5ccd25a View commit details
    Browse the repository at this point in the history
  7. RDB2JSON: Fix encoding from \x## to standard \u00##

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

Commits on Oct 16, 2023

  1. Support rdbversion v12

    moticless committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ee0f60d View commit details
    Browse the repository at this point in the history
  2. Support rdbversion v12 - minor fix

    moticless committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2dfe9ed View commit details
    Browse the repository at this point in the history
  3. Support rdbversion v12 - minor fix

    moticless committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3de9f03 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Each lib includes internally its own deps/redis/*.o

    moticless committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    130bf3e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Wrap crc64_init() with crc64_init_thread_safe()

    moticless committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b09ef16 View commit details
    Browse the repository at this point in the history