mozz85
mozz85
## Description according to this document, redis flushdb will only delete the keys of the currently selected DB。 https://redis.io/commands/flushdb/ while tendis delete all keys in all db。  ``` 127.0.0.1:51002>...
## My configuration ``` port 51002 daemon on loglevel notice logdir /home/tendis/log dumpdir /home/tendis/dump dir /home/tendis/db pidfile /home/tendis/tendisplus.pid slowlog /home/tendis/log/slowlog rocks.blockcachemb 4096 rocks.keep_log_file_num 1 executorThreadNum 48 ``` ## log file...
问题描述: 在windows中 上传 output 开头的文件(如,output_01.mp4),导致网页卡在Running。 问题原因: VideoLingo-main\core\step1_ytdlp.py : 86 会删除 output/output 开头的文件 step1_ytdlp.py : 86 `video_files = [file for file in video_files if not file.startswith("output/output")]` 导致 download_video_section.py:14 的 find_video_files() 抛异常。...