This returns nil when no error is encountered by the client, and the response status returned by the memcache server is StatusNoError. Otherwise, this returns an error. NOTE: 1. For get requests, this also returns nil when the response status StatusKeyNotFound. 2. For stat request, this returns the
()
| 52 | // will return the first error encountered (or nil if there were no |
| 53 | // errors). |
| 54 | Error() error |
| 55 | } |
| 56 | |
| 57 | // Response returned by Get/GetKey/GetAndTouch requests. |
no outgoing calls