underyx / flask-redis

A Flask extension for using Redis
Other
436 stars 71 forks source link

add connect pool support #35

Closed HarumiKiyama closed 4 years ago

HarumiKiyama commented 7 years ago

I just write some code to add connect pool support to this cool package, however I am a newbie to python and github, if you think my pull request is not acceptable feel free to point out my mistake.

codecov-io commented 7 years ago

Codecov Report

Merging #35 into master will decrease coverage by 3.73%. The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   51.35%   47.61%   -3.74%     
==========================================
  Files           1        1              
  Lines          37       42       +5     
==========================================
+ Hits           19       20       +1     
- Misses         18       22       +4
Impacted Files Coverage Δ
flask_redis/__init__.py 47.61% <25%> (-3.74%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d212ae0...1811ce3. Read the comment docs.