Add refactored nget commands and UT 54/2254/6
authorHeinonen Arvo <arvo.heinonen@nokia.com>
Thu, 16 Jan 2020 15:23:07 +0000 (17:23 +0200)
committerHeinonen Arvo <arvo.heinonen@nokia.com>
Thu, 23 Jan 2020 11:23:51 +0000 (13:23 +0200)
commitdc8b09a63af0b4cba51b49b758a999aeeac1630e
tree71a1e748cc5474ffac5b92bd8062d6c19d96b117
parenta9dd09828c123da4387067c38dedcb54fd348dff
Add refactored nget commands and UT

Add refactored nget commands 'nget.atomic' and 'nget.noatomic'.
Add new unit tests for these commands.

Signed-off-by: Arvo Heinonen <arvo.heinonen@nokia.com>
Change-Id: Icbb116bf59f3e84dfdcee1a55d4209affa6b4244
redismodule/Makefile.am
redismodule/run-tests.sh.in
redismodule/src/exstrings.c
redismodule/tst/include/ut_helpers.hpp [new file with mode: 0644]
redismodule/tst/mock/include/exstringsStub.h
redismodule/tst/mock/src/redismoduleNewStub.cpp [new file with mode: 0755]
redismodule/tst/src/exstrings_nget_test.cpp [new file with mode: 0644]
redismodule/tst/src/ut_helpers.cpp [new file with mode: 0644]