db_flush
Clear all data in the current Redis database, enabling a fresh start or reset. Ideal for debugging, testing, or preparing environments for new datasets.
Instructions
清空当前数据库
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
No arguments  | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}