Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

FLUSHALL and FLUSHDB documentation should clarify async operation. #163

@milescrawford

Description

@milescrawford

A question has come up several times - what are the concurrency implications of the ASYNC modifier for FLUSHALL/FLUSHDB?

Specifically, are keys inserted after the FLUSH* ASYNC command candidates for removal? Or does the async thread only remove keys that existed at the time the flush command was executed?

A quick sentence or two on this topic on these pages would suffice:
https://redis.io/commands/flushall
https://redis.io/commands/flushdb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions