Skip to content

Commit

Permalink
Record RPC groups
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-binary committed May 30, 2024
1 parent 8a28517 commit 15cbf8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Myriad/RPC/Implementation/Redis.pm
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ async method create_group ($rpc) {
'0',
1
);
await $redis->hset(
'rpc.group',
$rpc->{stream},
$self->group_name,
);
$rpc->{group} = 1;
}
}
Expand Down

0 comments on commit 15cbf8b

Please sign in to comment.