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)
commit6c4923666ecdb08da5e239fd2fcbc892e89af4ff
tree20a831b4194f49cc22677b971a848727ad0b0d79
parent473aa4ed7f319010a5a6f55669ebece78761b3f6
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 <arvo.heinonen@nokia.com>
Change-Id: I9ee19675589ef1d0c19b2525281dfc2ac769da99
redismodule/README.md
redismodule/src/exstrings.c
redismodule/tst/mock/include/exstringsStub.h
redismodule/tst/src/exstrings_test.cpp