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

Getting wrong value for HINCRBYFLOAT #112

Open
KasunEdward opened this issue Mar 19, 2018 · 0 comments
Open

Getting wrong value for HINCRBYFLOAT #112

KasunEdward opened this issue Mar 19, 2018 · 0 comments

Comments

@KasunEdward
Copy link

I'm using Erlang R15B03 (erts-5.9.3.1) and eredis-1.1.0 for a project. when I execute HINCRBYFLOAT command as below I always get <<543>> as value.

# erl -pa ebin/
Erlang R15B03 (erts-5.9.3.1) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false]

Eshell V5.9.3.1  (abort with ^G)
1> {ok, C} = eredis:start_link().
{ok,<0.34.0>}
2>  eredis:q(C, ["HINCRBYFLOAT", "foo", "bar", 0]).
{ok,<<"543">>}
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