Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant