underyx / flask-redis

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

Update docs to reflect changes in mockredis #36

Closed gricey432 closed 6 years ago

gricey432 commented 7 years ago

Mockredis supports from_url as of last year, updated docs to reflect that

gricey432 commented 7 years ago

https://github.com/locationlabs/mockredis/pull/103

codecov-io commented 7 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   51.35%   51.35%           
=======================================
  Files           1        1           
  Lines          37       37           
=======================================
  Hits           19       19           
  Misses         18       18

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 8e8a6e1...46e27db. Read the comment docs.

gricey432 commented 7 years ago

@underyx any changes you need so this can be merged?

underyx commented 6 years ago

Hey @gricey432! I'm really sorry I didn't get to this earlier. I'm going to merge your commits now as they seem to be perfect. Thanks a lot for your contribution!