文件名称:aio-beanstalk:beantalkd 工作队列的异步客户端
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-29 02:03:38
Python
aio-豆茎 aio-beanstalk 是 beanstalk 的异步客户端 状态:低级协议已完全实现但未经过充分测试。 高层接口处于原型阶段。 低级接口 基本上它看起来像: import asyncio from aiobeanstalk . proto import Client @ asyncio . coroutine def main (): client = yield from Client . connect ( 'localhost' , 11300 ) yield from client . send_command ( 'use' , 'mytesttube' ) res = yield from client . send_command ( 'put' , 100 , # priority 0 ,
【文件预览】:
aio-beanstalk-master
----.travis.yml(243B)
----README.rst(2KB)
----tests()
--------__init__.py(0B)
--------test_proto.py(984B)
----LICENSE(1KB)
----setup.py(535B)
----.gitignore(49B)
----aiobeanstalk()
--------json.py(6KB)
--------stats.py(2KB)
--------proto.py(4KB)
--------packets.py(2KB)
--------worker.py(11KB)
--------exceptions.py(2KB)