ByteBuffer extension ByteBuffer writeRESPValue(_:) Writes the RESPValue into the current buffer, following the RESP specification. See https://redis.io/topics/protocol Declaration Swift public mutating func writeRESPValue(_ value: RESPValue) Parameters value The value to write to the buffer. Show on GitLab