Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Jan 7, 2025
1 parent 97558a5 commit e4e56b3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ public RedisAccessKeys regenerateKey(RedisKeyType keyType) {
return new RedisAccessKeysMock();
}

@Override
public PublicNetworkAccess publicNetworkAccess() {
return null;
}

@Override
public TlsVersion minimumTlsVersion() {
return null;
Expand Down

0 comments on commit e4e56b3

Please sign in to comment.