python结合redis模拟队列
摘要:实在无聊就写了个很小的python程序用来实现模拟redis队列的代码如下: redis_lpush.py #!/usr/bin/python3 import time import redis def handle(info): print(info) time.sleep(2) def main
阅读全文
posted @ 2017-05-27 15:38
posted @ 2017-05-27 15:38
posted @ 2017-05-16 09:29