go-redis / redismock

Redis client Mock
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
280 stars 60 forks source link

Support for ExpectLPopCount (or other ExpectXXXCount) methods #43

Open hhsecond opened 1 year ago

hhsecond commented 1 year ago

redismock is awesome and I was glad I found it. But after I made some time investments and refactored my project to use it, I found that some of the methods are not supported by redismock yet. One example is ExpectLPopCount. Are there any plans to support them. I would be glad to open a PR if that works

pouyanh commented 1 year ago

There's already a waiting PR #23