method
RedisClient.flushdb
Remove all keys from the current database, using the server's configured flush mode
@returns
Promise that resolves with "OK"
mode: 'ASYNC' | 'SYNC' | 'async' | 'sync'
): Promise<'OK'>;
Remove all keys from the current database
@param mode
Whether to flush asynchronously (ASYNC) or synchronously (SYNC)
@returns
Promise that resolves with "OK"