underyx / flask-redis

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

doc: Clarify extent of proxying to redis-py #51

Closed underyx closed 4 years ago

underyx commented 4 years ago

@jac08h this is in response to #50. Do you feel like this would've helped you figure this out faster?

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   74.28%   74.28%           
=======================================
  Files           1        1           
  Lines          35       35           
  Branches        3        3           
=======================================
  Hits           26       26           
  Misses          7        7           
  Partials        2        2

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 f05e0d7...fcc31b2. Read the comment docs.

jac08h commented 4 years ago

For sure, this is way more straight-forward. Thank you!

underyx commented 4 years ago

Many thanks @jac08h, I merged it!