elliotchance / redismock

🕋 Mocking Redis in unit tests in Go.
MIT License
147 stars 24 forks source link

Add support for LPosCount command #29

Closed tommyalatalo closed 3 years ago

tommyalatalo commented 3 years ago

Clearly LPos was not the only thing missing... LPosCount has also been added to the Cmdable interface


This change is Reviewable