<div dir="ltr">Greetings list, <div>I am testing mod_hiredis to store some values in cache. I see whenever I try to get a value against a key which does not exist. I see errors in logs</div><div><br></div><div><div>freeswitch@debian&gt; hiredis_raw default get key2</div><div>2016-12-07 10:19:09.033417 [INFO] hiredis_profile.c:86 hiredis: recycled from pool[localhost, 6379]</div><div>Unknown Command: hiredis_raw default get key2</div><div>2016-12-07 10:19:09.033417 [ERR] hiredis_profile.c:222 hiredis: response error[(null)][4]</div><div>2016-12-07 10:19:09.033417 [ERR] mod_hiredis.c:107 hiredis: profile[default] error executing [get key2] reason:[]</div></div><div><br></div><div>whereas in the case of Memcache, this thing is handled  well enough. </div><div><div>freeswitch@debian&gt; memcache get key2</div><div><br></div><div>-ERR NOT FOUND</div></div><div><br></div><div>I have two questions here, </div><div><br></div><div>1) Is it possible to make hiredis to throw errors more sufficiently? Like returning null instead of throwing these errors. <br></div><div>2) Is hgetall available in hiredis?</div><div><br></div><div>Best,</div><div>Aqs Younas</div></div>