摘要:
redis VS mysql redis VS memcache Redis操作 redis数据库 python使用redis 依赖 直接使用 连接池使用 缓存(django)使用:要额外安装 django redis 阅读全文
posted @ 2019-12-03 21:20
得淼
阅读(104)
评论(0)
推荐(0)
摘要:
[toc] 下载 : pip install django redis 说明 django连接django_redis后会顶替原memcache数据库 django使用django_redis缓存数据库是通过内存管理来操作,所以需要导入django的内存管理cache 补充: 内存中设置值 取值 使 阅读全文
posted @ 2019-12-03 21:17
得淼
阅读(442)
评论(0)
推荐(0)
摘要:
Celery 官方 Celery 官网:http://www.celeryproject.org/ Celery 官方文档英文版:http://docs.celeryproject.org/en/latest/index.html Celery 官方文档中文版:http://docs.jinkan. 阅读全文
posted @ 2019-12-03 18:01
得淼
阅读(189)
评论(1)
推荐(0)