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

Prefetch syncs to redis #1446

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft

Prefetch syncs to redis #1446

wants to merge 25 commits into from

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    a411c5f View commit details
    Browse the repository at this point in the history
  2. Update resolver/caching_resolver.go

    Co-authored-by: ThinkChaos <ThinkChaos@users.noreply.github.com>
    kwitsch and ThinkChaos committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6a89907 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. added transformAndPublish

    kwitsch committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    8607144 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. wip

    kwitsch committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    43e59a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. dns util rework

    kwitsch committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5eb351f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fixed generics

    kwitsch committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0f6c847 View commit details
    Browse the repository at this point in the history
  2. linebreaks in doctag

    kwitsch committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    27c60e7 View commit details
    Browse the repository at this point in the history
  3. refactoring

    kwitsch committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7f39983 View commit details
    Browse the repository at this point in the history
  4. added ToTTLDuration

    kwitsch committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    66a7155 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6de43c8 View commit details
    Browse the repository at this point in the history
  6. fast return and comments

    kwitsch committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    46441ba View commit details
    Browse the repository at this point in the history
  7. added dns unit tests

    kwitsch committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f28e58c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5dc3a16 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

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

Commits on Apr 21, 2024

  1. use correct context

    kwitsch committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    37fbb42 View commit details
    Browse the repository at this point in the history
  2. redis refactoring 1

    kwitsch committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    350b2fe View commit details
    Browse the repository at this point in the history
  3. caching_resolver refactoring

    kwitsch committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    423ed03 View commit details
    Browse the repository at this point in the history
  4. redis refactoring 2

    kwitsch committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4928399 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fast return on zero or below

    kwitsch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    17aca2c View commit details
    Browse the repository at this point in the history
  2. redis refactoring

    kwitsch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    05446fa View commit details
    Browse the repository at this point in the history
  3. fix caching resolver test

    kwitsch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c798689 View commit details
    Browse the repository at this point in the history
  4. nil check

    kwitsch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f8093f3 View commit details
    Browse the repository at this point in the history
  5. new pointers

    kwitsch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    61c83af View commit details
    Browse the repository at this point in the history
  6. removed const

    kwitsch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    73cbd9c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. redis refactoring 2

    kwitsch committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7b2fcc2 View commit details
    Browse the repository at this point in the history