-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BitMapCmdable to Cmdable. #2737
Conversation
@ofekshenawa, I saw you reviewed #2725. This is a similar PR to fix a similar issue. Could you take look? |
That's Cool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ofekshenawa, thanks for the ✅! Is there ETA on when this will be released? This PR will resolve an open issue with redismock used with go-redis 9.2 |
ping |
ping2 |
ping |
I apologize for the delayed response. |
ping |
This pull request resolves #2736 and go-redis/redismock#83
I copied the approach in #2725, and reviewed the changes in #2716 for other interfaces we might need to add (didn't find any others).
I added
BitMapCmdable
and sorted the list for readability.