1
0

It's time to let your babies grow up to be cowboys. 🎶

This commit is contained in:
MarcEricMartel
2023-11-18 15:03:51 -05:00
parent c5929e8cb1
commit 41f5bc5d67
5 changed files with 139 additions and 10 deletions

View File

@@ -8,5 +8,5 @@ public interface IRedisService {
void Publish(CanvasCommand command);
void Produce(CanvasCommand command);
Task<IEnumerable<CanvasCommand>> Consume();
Task<IEnumerable<CanvasCommand>> Consume(string id);
}