lfex / ledis

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

Support mixed undefined and binary in multi-get #3

Open oubiwann opened 9 years ago

oubiwann commented 9 years ago

Right now, if any of the elements is undefined, an error is thrown when string output is configured, since it's trying to convert all elements (even the undefined atoms) to string (from binary).