git-hulk opened a new pull request, #2745:
URL: https://github.com/apache/kvrocks/pull/2745
This PR introduces the RESP format to make it easier to debug and parse
polling updates.
```
127.0.0.1:6666> POLLUPDATES 0 MAX 2 FORMAT RESP
1) "next_sequence"
2) (integer) 3
3) "latest_sequence"
4) (integer) 3
5) "updates"
6) 1) "default"
2) 1) 1) "SET"
2) "a"
3) "1"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]