121 字 | 1 分钟
BINLOGSTART storeId
Available since 2.0.0.
binlogstart
是用来debug的命令, 可以取得指定kvstore
中binlog id起始位置.
命令参数
storeId
: 指定kvstore
的id, 非法id无法进行操作
命令返回
binlogstart
返回指定kvstore
的binlog起始id, 否则返回相应错误响应.
Examples
127.0.0.1:6379> BINLOGSTART 1 2
(error) ERR wrong number of arguments for 'BINLOGSTART' command
127.0.0.1:6379> BINLOGSTART 100
(error) ERR invalid instance num
127.0.0.1:6379> BINLOGSTART 0
(integer) 1191475
127.0.0.1:6379> BINLOGSTART 1
(integer) 1191832