摘要: pool = redis.ConnectionPool(host='localhost', port=6379, decode_responses=True)r = redis.Redis(connection_pool=pool)r.lrem('key', 1, 'value') # 删除链表 k 阅读全文
posted @ 2018-02-11 16:20 in_the_way 阅读(293) 评论(0) 推荐(0) 编辑