-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
The QBLPUSH and QBRPUSH commands would allow blocking until some timeout is met and receiving all messages related to that eventID. This would be achieved by listening on the QueueChannelNameKey(queueName, eventID) redis subscription channel. QREM would need to be modified to allow passing in a result string of data that publishes to that same channel.
+QBLPUSH queue eventID timeout contents
+QBRPUSH queue eventID timeout contents