Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

GETDEL command #1233

Open
1 task done
Urahara opened this issue Dec 10, 2021 · 1 comment · May be fixed by #1156
Open
1 task done

GETDEL command #1233

Urahara opened this issue Dec 10, 2021 · 1 comment · May be fixed by #1156

Comments

@Urahara
Copy link

Urahara commented Dec 10, 2021

Is your feature request related to a problem?

Yes! I want to retrieve a value and delete after.

Describe the solution you'd like

Add support por GETDEL command.

Describe alternatives you've considered

Call execute_command directly.

async def get_del(key: str) -> str:
    return await r.execute_command("GETDEL", key)

Additional context

No response

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct
@Andrew-Chen-Wang
Copy link
Collaborator

Andrew-Chen-Wang commented Dec 10, 2021

Is GETDEL implemented in #1156? Implemented in #1156

@Andrew-Chen-Wang Andrew-Chen-Wang linked a pull request Jan 12, 2022 that will close this issue
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants