redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

Implement page function #339

Closed wiseaidev closed 2 years ago

wiseaidev commented 2 years ago

Related to #284

codecov-commenter commented 2 years ago

Codecov Report

Merging #339 (09b0bf6) into main (dcd84e0) will decrease coverage by 0.13%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #339      +/-   ##
==========================================
- Coverage   77.25%   77.12%   -0.14%     
==========================================
  Files          12       12              
  Lines        1165     1154      -11     
==========================================
- Hits          900      890      -10     
+ Misses        265      264       -1     
Flag Coverage Δ
unit 77.12% <100.00%> (-0.14%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aredis_om/model/model.py 86.21% <100.00%> (-0.06%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dvora-h commented 2 years ago

Great PR, thanks!