Pyres - Python 版的 Resque


MIT
Windows
Python

软件简介

Pyres 是 Resque 的 Python 语言实现版。

运行测试:

  1. Install nose: $ easy_install nose

  2. Start redis: $ redis-server [PATH_TO_YOUR_REDIS_CONFIG]

  3. Run nose: $ nosetests Or more verbosely: $ nosetests -v