Skip to content

Commit

Permalink
Myriad/fix make stream (#177)
Browse files Browse the repository at this point in the history
* Add make_stream argument to be passed

* empty

Co-authored-by: Nael Alolwani <naelalolwani@gmail.com>
  • Loading branch information
nael-binary and nael-binary committed Jul 6, 2021
1 parent d1f47c5 commit f0e2676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Myriad/RPC/Implementation/Redis.pm
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async method stop () {

async method create_group ($rpc) {
unless ($rpc->{group}) {
await $self->redis->create_group($rpc->{stream}, $self->group_name);
await $self->redis->create_group($rpc->{stream}, $self->group_name, '$', 1);
$rpc->{group} = 1;
}
}
Expand Down

0 comments on commit f0e2676

Please sign in to comment.