﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32749	PyMemcacheCache uses default_noreply=False although pymemcache recommends to set to True	yakirsudry	Nishant Sagar	"I checked the pymemcached documentation and it says  noreply will not read errors returned from the memcached server.

If a function with noreply=True causes an error on the server, it will still succeed and your next call which reads a response from memcached may fail unexpectedly.

pymemcached will try to catch and stop you from sending malformed inputs to memcached, but if you are having unexplained errors, setting noreply=False may help you troubleshoot the issue.

What do we supposed to  do now?

PS- I'm new to this project so can anyone give me some suggestion to fix this issue"	Cleanup/optimization	assigned	Documentation	3.2	Normal		pymemcache PyMemcacheCache	pope1ni	Accepted	0	0	0	0	1	0
