This returns the status returned by the memcache server. When Error() is non-nil, this value may not be valid. NOTE: 1. For stat request, this returns the first non-StatusNoError encountered (or StatusNoError if there were no errors). 2. If the client is sharded, flush/stats/version/verbosity requ
()
| 38 | // will return the first non-StatusNoError encountered (or StatusNoError |
| 39 | // if there were no errors). |
| 40 | Status() ResponseStatus |
| 41 | |
| 42 | // This returns nil when no error is encountered by the client, and the |
| 43 | // response status returned by the memcache server is StatusNoError. |
no outgoing calls