lfex / ledis

An LFE Redis Client Library
Other
6 stars 0 forks source link

ledis functions seem to be rboken with the latest logjam #9

Closed oubiwann closed 8 years ago

oubiwann commented 8 years ago
> (ledis:get 'foo)  
exception error: badarg
  in (: erlang ++ (99 109 100 47 50 47 . false) (47 . false))
  in logjam-formatter:format-func/3 (/home/oubiwann/lab/lfe/ledis/_build/default/lib/logjam/src/logjam-formatter.lfe, line 78)
  in logjam:log-mod-func/4 (/home/oubiwann/lab/lfe/ledis/_build/default/lib/logjam/src/logjam.lfe, line 24)
  in ledis:cmd/2 (/home/oubiwann/lab/lfe/ledis/src/ledis.lfe, line 230)

> (ledis:set 'foo 'bar)
exception error: badarg
  in (: erlang ++ (99 109 100 47 50 47 . false) (47 . false))
  in logjam-formatter:format-func/3 (/home/oubiwann/lab/lfe/ledis/_build/default/lib/logjam/src/logjam-formatter.lfe, line 78)
  in logjam:log-mod-func/4 (/home/oubiwann/lab/lfe/ledis/_build/default/lib/logjam/src/logjam.lfe, line 24)
  in ledis:cmd/2 (/home/oubiwann/lab/lfe/ledis/src/ledis.lfe, line 230)
oubiwann commented 8 years ago

This turned out to be an issue with a missing configuration in lfe.config. The up-coming ledis updates will have this fix.