Add new redis command MSETMPUB 24/224/4
authorHeinonen Arvo <arvo.heinonen@nokia.com>
Tue, 14 May 2019 08:23:44 +0000 (11:23 +0300)
committerArvo Heinonen <arvo.heinonen@nokia.com>
Tue, 4 Jun 2019 13:22:06 +0000 (16:22 +0300)
commit49c7ba8f2a3efd63e795c961d5310c7224a1be2f
treea678ad228ce7f92dfbc18bcdbeb43ee02740c096
parentb4541ef7f603a11641759233caf1ef502ecf53d6
Add new redis command MSETMPUB

Add new redis command MSETMPUB which is functionally identical to
MSETPUB except that it allows to specify multiple channel-message pairs
at once.

The syntax for the new command is:
MSETMPUB number_of_key_value_pairs number_of_channel_message_pairs
         key value [ key value ... ]
 channel message [ channel message ... ]

Signed-off-by: Arvo Heinonen <arvo.heinonen@nokia.com>
Change-Id: Ib237eacaaaf5dc22b9c8850e7127d8c96f11a36b
redismodule/README.md
redismodule/src/exstrings.c
redismodule/tst/mock/include/exstringsStub.h
redismodule/tst/mock/include/redismodule.h
redismodule/tst/mock/src/redismoduleStub.cpp
redismodule/tst/src/exstrings_test.cpp