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

Update serving service to handle new redis encoding #1038

Merged
merged 17 commits into from
Oct 14, 2020

Commits on Oct 13, 2020

  1. Update protos

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    6ee0b9f View commit details
    Browse the repository at this point in the history
  2. Add common functions

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    bf5ec75 View commit details
    Browse the repository at this point in the history
  3. Add serving with new encoding and IT

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1483c40 View commit details
    Browse the repository at this point in the history
  4. Update golang protos and mocks

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    afd997f View commit details
    Browse the repository at this point in the history
  5. Remove additional line

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a80e50a View commit details
    Browse the repository at this point in the history
  6. Use single hmget

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    4cdee55 View commit details
    Browse the repository at this point in the history
  7. Optimize redis hmget call and add maxage test

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a1887a7 View commit details
    Browse the repository at this point in the history
  8. Add redis cluster and refactor code duplication

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1ad32c4 View commit details
    Browse the repository at this point in the history
  9. Attempt to fix IT port in use error

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    bad0342 View commit details
    Browse the repository at this point in the history
  10. Some cleanups

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    68973c9 View commit details
    Browse the repository at this point in the history
  11. Refactor duplicated online retriever code

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    aacce71 View commit details
    Browse the repository at this point in the history
  12. Revert accidental deletion in go.sum

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7526f61 View commit details
    Browse the repository at this point in the history
  13. Fix test utils

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    ff9b841 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Use immutable map

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    53f7c68 View commit details
    Browse the repository at this point in the history
  2. Rename redis client adapter and add more tests

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c2ccc39 View commit details
    Browse the repository at this point in the history
  3. Make properties private

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7220482 View commit details
    Browse the repository at this point in the history
  4. Cleanup code

    Signed-off-by: Terence <terencelimxp@gmail.com>
    terryyylim committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f867b52 View commit details
    Browse the repository at this point in the history