db.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:github_search 作者: facert 项目源码 文件源码
def get_redis():
    redis_conf = {
        'host': '127.0.0.1',
        'port': 6379,
        'db': 0
    }
    pool = redis.ConnectionPool(host=redis_conf['host'], port=redis_conf['port'], db=redis_conf['db'])
    return redis.StrictRedis(connection_pool=pool)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号