(rw *bufio.ReadWriter, item *Item)
| 614 | } |
| 615 | |
| 616 | func (c *Client) add(rw *bufio.ReadWriter, item *Item) error { |
| 617 | return c.populateOne(rw, "add", item) |
| 618 | } |
| 619 | |
| 620 | // Replace writes the given item, but only if the server *does* |
| 621 | // already hold data for this key |
nothing calls this directly
no test coverage detected