Skip to content

COH-32929 - Add ttl parameter in putAll() api of gRPC v0 implementation #279

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

Merged
merged 2 commits into from
Aug 6, 2025

Conversation

dhirupandey
Copy link
Contributor

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 6, 2025
rlubke
rlubke previously approved these changes Aug 6, 2025
@@ -777,8 +777,8 @@ async def put_if_absent(self, key: K, value: V, ttl: Optional[int] = None) -> Op
return self._request_factory.serializer.deserialize(v.value)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright update

@@ -471,14 +471,16 @@ def put_if_absent_request(self, key: K, value: V, ttl: int = -1) -> PutIfAbsentR
)
return p

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright update

Copy link

sonarqubecloud bot commented Aug 6, 2025

@dhirupandey dhirupandey merged commit 01fe7c8 into main Aug 6, 2025
31 checks passed
@dhirupandey dhirupandey deleted the COH-32929 branch August 6, 2025 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants