gomemcache icon indicating copy to clipboard operation
gomemcache copied to clipboard

how to set using "noreply" flag?

Open wangzhilong opened this issue 5 years ago • 2 comments

I wan't to set with noreply flag, but no api support.

wangzhilong avatar Aug 21 '19 02:08 wangzhilong

+1 here... we can probably pull up a PR to add that optional flag on this line? https://github.com/bradfitz/gomemcache/blob/master/memcache/memcache.go#L587 ( we'd probably block it on those that support the noreply flag )

raffy4284 avatar Jul 06 '22 17:07 raffy4284

So I have something like this...trying to add testing now though: https://github.com/bradfitz/gomemcache/pull/153/files

Currently adding unit testing as well atm for this before I mark for review... only thing is that this changes the interface on the Delete and DeleteAll commands

raffy4284 avatar Jul 07 '22 06:07 raffy4284