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

support for ASYNC flushes #364

Closed
kamikaze opened this issue Jan 11, 2018 · 2 comments
Closed

support for ASYNC flushes #364

kamikaze opened this issue Jan 11, 2018 · 2 comments

Comments

@kamikaze
Copy link

kamikaze commented Jan 11, 2018

Please add support for FLUSHDB ASYNC. Like redis.flushdb(async=True)

https://redis.io/commands/flushdb
https://redis.io/commands/flushall

@kamikaze kamikaze changed the title support for ASYNC flushesh support for ASYNC flushes Jan 11, 2018
@popravich
Copy link
Contributor

Hi, @kamikaze,
This is trivial, would you make a PR?

@popravich
Copy link
Contributor

popravich commented Jan 12, 2018

TODO:

  • update flushdb/flushall methods adding keyword-only argument async with default value False;
  • update doc-strings describing parameter.

@popravich popravich added this to the v1.1 milestone Feb 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants