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 support int64 with incr #3314

Closed
RelicOfTesla opened this issue Feb 4, 2015 · 0 comments
Closed

not support int64 with incr #3314

RelicOfTesla opened this issue Feb 4, 2015 · 0 comments
Labels
Milestone

Comments

@RelicOfTesla
Copy link

in redis-cli.exe

127.0.0.1:6379> set test:1 4294967295
OK
127.0.0.1:6379> incr test:1
(integer) 4294967296
127.0.0.1:6379> get test:1
"4294967296"
127.0.0.1:6379>

in redis-desktop-manager

127.0.0.1:0>set test:1 4294967295
OK

127.0.0.1:0>incr test:1
0

127.0.0.1:0>get test:1
4294967296

127.0.0.1:0>

@uglide uglide added this to the 0.9.0 milestone Feb 4, 2015
@uglide uglide modified the milestones: 0.8.0, 0.9.0 Apr 24, 2015
uglide added a commit that referenced this issue Apr 24, 2015
@uglide uglide closed this as completed Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants