Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 572 Bytes

File metadata and controls

27 lines (20 loc) · 572 Bytes

how to use redis connection pool.

see code in ./redisdemo/db.py ./redisdemo/test_db.py

to run tests

  • A debian based OS is expected to auto bootstrap and run the tests.
    make check
        
    • If not using debian or a derivation, check dependencies in requirements.txt and requirements-dev.txt, then run tests via pytest
      pip install -r requirements-dev.txt -r requirements.txt
      pytest redisdemo
              

license

MIT license