会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yesir_wd
博客园
首页
新随笔
联系
订阅
管理
2022年6月9日
Django中Redis的使用
摘要: 方式一: utils文件夹下,建立redis_pool.py import redis POOL = redis.ConnectionPool(host='127.0.0.1', port=6379,password='1234', max_connections=1000) 视图函数中使用: im
阅读全文
posted @ 2022-06-09 22:16 _yessir
阅读(635)
评论(0)
推荐(0)
编辑
公告