Skip to content

python-wells/redis-connection-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

how to use redis connection pool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors