﻿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
34314	pymemcached noreply support	Matej Spiller Muys	nobody	"Memcache supports noreply flag on set call (cas, set, set_many).
It would be beneficial to be able to set noreply flag on each call.




{{{
    def set(
        self,
        key: Key,
        value: Any,
        expire: int = 0,
        noreply: Optional[bool] = None,
        flags: Optional[int] = None,
    ) -> Optional[bool]:
}}}


"	Uncategorized	closed	Core (Cache system)	4.1	Normal	invalid			Unreviewed	0	0	0	0	0	0
