Skip to content
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

Remove setbit interfaces #14

Closed
sewenew opened this issue Apr 18, 2019 · 1 comment
Closed

Remove setbit interfaces #14

sewenew opened this issue Apr 18, 2019 · 1 comment

Comments

@sewenew
Copy link
Owner

sewenew commented Apr 18, 2019

In some platform, there's a setbit macro, and will be conflict with Redis::setbit, RedisCluster::setbit and QueuedRedis::setbit.

We need to remove these setbit interfaces. If users need to send SETBIT command, they can use the generic command interface:

auto res = redis.command<long long>("SETBIT", "kkkkk", 7, 1);
@sewenew sewenew closed this as completed Apr 18, 2019
@sewenew
Copy link
Owner Author

sewenew commented Apr 18, 2019

Fixed with commit remove setbit interfaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant