Skip to content

DNS cache should properly limit TTL #81

Description

@clue

This component and its cache support works reasonably well currently.

However, this implementation involves a lot of code because it was actually written before the underlying cache component supports TTL values. Once the underlying cache supports proper TTL values for its cache values via reactphp/cache#11, we should update this component to take advantage of this.

In particular, we should carefully follow the spec to apply proper TTL values, such as when a single query returns two records with varying TTLs.

Opening this ticket as a reminder – the implementation actually depends on reactphp/cache#11

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions