Skip to content

Commit

Permalink
Removes the experimental status of global cache
Browse files Browse the repository at this point in the history
  • Loading branch information
matsduf committed Oct 30, 2024
1 parent 0b0d4c4 commit dcf8f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Zonemaster/Engine/Nameserver/Cache/RedisCache.pm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Zonemaster::Engine::Nameserver::Cache::RedisCache - global shared caches for nam
=head1 SYNOPSIS
This is an EXPERIMENTAL caching layer and might change in the future.
This is a global caching layer.
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/Zonemaster/Engine/Profile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,9 @@ item in the list will be used, the rest are backups in case the previous ones di
Default C<{Cymru: [ "asnlookup.zonemaster.net", "asn.cymru.com" ], RIPE: [ "riswhois.ripe.net" ]}>.
=head2 cache (EXPERIMENTAL)
=head2 cache
A hash of hashes. The currently supported keys are C<"redis">.
A hash of hashes. The currently supported key is C<"redis">.
Default C<{}>.
=head3 redis
Expand Down

0 comments on commit dcf8f5d

Please sign in to comment.