Skip to content

Python: add OBJECT IDLETIME command#1474

Merged
acarbonetto merged 1 commit intovalkey-io:mainfrom
Bit-Quill:python/integ_acongo_object_idletime
May 28, 2024
Merged

Python: add OBJECT IDLETIME command#1474
acarbonetto merged 1 commit intovalkey-io:mainfrom
Bit-Quill:python/integ_acongo_object_idletime

Conversation

@aaron-congo
Copy link
Copy Markdown
Contributor

Issue #, if available:
N/A

Description of changes:
https://redis.io/docs/latest/commands/object-idletime/

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@aaron-congo aaron-congo added the python 🐍 Python wrapper label May 28, 2024
@aaron-congo aaron-congo requested a review from a team as a code owner May 28, 2024 00:42
)

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

Choose a reason for hiding this comment

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

strange - we have a test for this but I guess Python doesn't really care

@acarbonetto acarbonetto merged commit d98fc0f into valkey-io:main May 28, 2024
@acarbonetto acarbonetto deleted the python/integ_acongo_object_idletime branch May 28, 2024 19:57
cyip10 pushed a commit to Bit-Quill/valkey-glide 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

Labels

python 🐍 Python wrapper

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants