From: Heinonen Arvo Date: Wed, 15 May 2019 12:55:44 +0000 (+0300) Subject: Add new redis command DELMPUB X-Git-Tag: 0.2.2~6 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6c4923666ecdb08da5e239fd2fcbc892e89af4ff;hp=6c4923666ecdb08da5e239fd2fcbc892e89af4ff;p=ric-plt%2Fdbaas.git Add new redis command DELMPUB 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 Change-Id: I9ee19675589ef1d0c19b2525281dfc2ac769da99 ---