Skip to content

Stream commands incorrect keys parsing #30

Closed
@borsucok

Description

@borsucok

Command xreadgroup:

in index.js should be added:

case 'xreadgroup':
        for (i = 0; i < args.length - 1; i++) {
          if (args[i].toUpperCase() === 'STREAMS') {
            for (var j = i + 1; j < (args.length - 1); j++) {
              keys.push(j)
            }
            break
          }
        }
      break

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions