Skip to content

Support ASYNC/SYNC flush modes for flushDb() and flushAll() #2187

Closed
@schnapster

Description

@schnapster

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

FLUSHDB:

  • Both modes are supported since Redis v1.0.0

FLUSHALL:

  • ASYNC since v4.0.0
  • SYNC since v6.2.0

On a cursory glance, it also appears that both Lettuce and Jedis support these modifiers already.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions