1 Star 0 Fork 34

topdogs / Py3Cache

forked from 红薯 / Py3Cache 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.ini 262 Bytes
一键复制 编辑 原始数据 按行查看 历史
红薯 提交于 2017-02-28 00:57 . first version pass base test
[global]
debug=true
level_1=beaker
level_2=redis
[beaker]
cache.type = memory
cache.data_dir = /tmp/cache/data
cache.lock_dir = /tmp/cache/lock
cache.regions = Users,Blogs
cache.Users.expire = 86400
[redis]
channel=py3cache
host = 127.0.0.1
port = 6379
db=0
Python
1
https://gitee.com/lixin/Py3Cache.git
git@gitee.com:lixin/Py3Cache.git
lixin
Py3Cache
Py3Cache
master

搜索帮助