elliotchance / redismock

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

Add support for LPOS command #27

Closed tommyalatalo closed 3 years ago

tommyalatalo commented 3 years ago

Adding support for the new LPOS command implemented since 6.0.6.

This change is Reviewable