Add new redis command DELMPUB 28/228/4
authorHeinonen Arvo <arvo.heinonen@nokia.com>
Wed, 15 May 2019 12:55:44 +0000 (15:55 +0300)
committerArvo Heinonen <arvo.heinonen@nokia.com>
Tue, 4 Jun 2019 13:33:15 +0000 (16:33 +0300)
Add new redis command DELMPUB which is functionally identical to
DELMPUB except that it allows to specify multiple channel-message pairs
at once.

The syntax for the new command is:
DELMPUB number_of_keys number_of_channel_message_pairs
        key [ key ... ]
        channel message [ channel message ... ]

Signed-off-by: Arvo Heinonen <arvo.heinonen@nokia.com>
Change-Id: I9ee19675589ef1d0c19b2525281dfc2ac769da99


No differences found