EulerianTechnologies / eredis

Fast and light Redis C client library built over Hiredis, thread-safe, write replication, auto-reconnect, sync pool, async libev.
BSD 3-Clause "New" or "Revised" License
81 stars 38 forks source link

about payload size #11

Closed limbo127 closed 6 years ago

limbo127 commented 6 years ago

Hello, when i do a eredis_r_cmd , with a redis get , that 's sending a big payload , ~ 8Mb , my progam segfault at eredis_r_cmd ( i cannot test the eredis_r_cmd reply ) , do you have some static buffer ? or hiredis ?

Regards, Nicolas

limbo127 commented 6 years ago

Ok, I find my way in eredis.c about buffer. sorry nicolas