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

Not possible to use Counter#incrbyfloat with multi #159

Open
phuongnd08 opened this issue Dec 11, 2014 · 1 comment · May be fixed by #252
Open

Not possible to use Counter#incrbyfloat with multi #159

phuongnd08 opened this issue Dec 11, 2014 · 1 comment · May be fixed by #252

Comments

@phuongnd08
Copy link

In certain situation, I need to use multi to ensure atomic of a block of command. Current implementation of Counter#incrbyfloat include a too smart .to_f which make this impracticle.

@mksm
Copy link

mksm commented Jul 3, 2017

Can't use HashKey#incr inside a multi block as well because it tries to #to_i the result.

tmsrjs added a commit that referenced this issue Nov 22, 2019
@tmsrjs tmsrjs linked a pull request Nov 22, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants