### ⛔ What happened? - 현재 `memcached_flush_textual()` 함수에서 `no_reply == false`임에도 `memcached_response()`의 결과값과 무관하게 항상 `MEMCACHED_SUCCESS`를 반환하고 있습니다. ### 🎯 Reproduction Steps <!-- Please write what you did to cause the issue if you are able to reproduce it. --> - `memcached_response()`의 결과값에 따라 에러처리를 해주면 될 것 같습니다. ### 💡 Expected Behavior / Solution <!-- Please write about the appropriate behavior and, if possible, your solution. --> - 본 이슈는 2011년에 libmemcached 쪽에서 이미 해결된 이슈입니다. [link](https://github.com/awesomized/libmemcached/commit/9265fa2a7ff654250faa9eef568dce3f9ec5dddf#diff-80d95941c872d4a96a53bfba1291fe3a394385860f225309c300e62818859d51R109)