Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为何我设置了永久去重以后,我连接的redis立马就崩溃 #268

Open
chujian opened this issue Nov 8, 2024 · 0 comments
Open

Comments

@chujian
Copy link

chujian commented Nov 8, 2024

需知

升级feapder,保证feapder是最新版,若BUG仍然存在,则详细描述问题

pip install --upgrade feapder

问题
在setting.py里面设置了请求永远去重以后,我连接的redis就立马崩溃了,目前使用的redis是阿里云的rds redis,然后数据库立马重启。

截图

代码
setting.py

REQUEST_FILTER_ENABLE = True # request 去重
REQUEST_FILTER_SETTING = dict(
filter_type=1, # 永久去重(BloomFilter) = 1 、内存去重(MemoryFilter) = 2、 临时去重(ExpireFilter)= 3、 轻量去重(LiteFilter)= 4
expire_time=2592000, # 过期时间1个月
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant