See Client interface for documentation.
(expiration uint32)
| 798 | |
| 799 | // See Client interface for documentation. |
| 800 | func (c *RawBinaryClient) Flush(expiration uint32) Response { |
| 801 | return c.genericOp(opFlush, expiration) |
| 802 | } |
| 803 | |
| 804 | // See Client interface for documentation. |
| 805 | func (c *RawBinaryClient) Verbosity(verbosity uint32) Response { |