alicebob / miniredis

Pure Go Redis server for Go unittests
MIT License
3.05k stars 212 forks source link

Support COUNT argument in SCAN and ZSCAN #346

Closed BarakSilverfort closed 11 months ago

BarakSilverfort commented 11 months ago

I've based the implementation on this PR: https://github.com/alicebob/miniredis/pull/287

alicebob commented 11 months ago

Thanks! that looks good, I'll have a proper look another day.

BarakSilverfort commented 11 months ago

@alicebob Hey, I've updated the tests after the failure, can you please approve the workflow?

alicebob commented 11 months ago

Thanks for the fixes!, I'm working an older PR still.

alicebob commented 11 months ago

Looks great, thanks! I'll make a new release in a week or so.