79108213

Date: 2024-10-20 23:07:01
Score: 0.5
Natty:
Report link

FLUSHDB is sync by default, meaning it will delete keys one by one before returning. Try ASYNC option https://redis.io/docs/latest/commands/flushdb/ Starting with Redis version 4.0.0: Added the ASYNC flushing mode modifier

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: LeoMurillo