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

Python: add OBJECT IDLETIME command #313

Conversation

aaron-congo
Copy link

@@ -3545,7 +3545,7 @@ async def object_encoding(self, key: str) -> Optional[str]:
await self._execute_command(RequestType.ObjectEncoding, [key]),
)

async def object_freq(self, key: str) -> int:
async def object_freq(self, key: str) -> Optional[int]:

Choose a reason for hiding this comment

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

Do you need to update changelog for that?

Copy link
Author

Choose a reason for hiding this comment

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

I think because the original implementation and this change will be under the same version (0.4.0) its probably fine? Idk, what do you think?

@aaron-congo aaron-congo merged commit a6b1aa4 into python/integ_acongo_object_idletime May 28, 2024
6 checks passed
@aaron-congo aaron-congo deleted the python/dev_acongo_object_idletime branch May 28, 2024 00:40
aaron-congo added a commit that referenced this pull request May 28, 2024
tjzhang-BQ pushed a commit that referenced this pull request May 28, 2024
Python: add OBJECT IDLETIME command (#313)
cyip10 pushed a commit that referenced this pull request Jun 24, 2024
Python: add OBJECT IDLETIME command (#313)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants