Files
ldb/test/test_client.h
1iaan 144b374aa2 简化协议,
/**
 * Request
 * Cmd: 	| OP(1) | argc(1) | repeat { arglen(4) | arg } |
 *
 * Response
 * Rsp:		| OP(1) | status(1) | datalen(4) | data |
 */

封装客户端进行批处理和单条命令测试。
2026-01-06 19:16:12 +08:00

3.8 KiB