You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "torwig (via GitHub)" <gi...@apache.org> on 2023/02/08 12:12:52 UTC

[GitHub] [incubator-kvrocks] torwig commented on a diff in pull request #1251: Add optional args to XLEN to specify start ID and direction

torwig commented on code in PR #1251:
URL: https://github.com/apache/incubator-kvrocks/pull/1251#discussion_r1100046554


##########
src/commands/cmd_stream.cc:
##########
@@ -212,10 +212,33 @@ class CommandXDel : public Commander {
 
 class CommandXLen : public Commander {
  public:
+  Status Parse(const std::vector<std::string> &args) override {
+    stream_name_ = args[1];

Review Comment:
   @git-hulk Yes, you're right. I'll fix it right now.



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org