summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2016-07-11 16:47:37 +0300
committerYossi Gottlieb <yossigo@gmail.com>2019-11-04 21:53:59 +0200
commit5350e7669e9dfe7b2b4bcf663171920c441c19e1 (patch)
tree78de72e97823088cf8cef521bf58b50f4e91d203 /runtest-moduleapi
parenta15a5d70976cc185389b0d515265b443e5a3a0f3 (diff)
downloadredis-5350e7669e9dfe7b2b4bcf663171920c441c19e1.tar.gz
Add ModuleDataType to/from string serialization.
Add two new functions that leverage the RedisModuleDataType mechanism for RDB serialization/deserialization and make it possible to use it to/from arbitrary strings: * RM_SaveDataTypeToString() * RM_LoadDataTypeFromString()
Diffstat (limited to 'runtest-moduleapi')
-rwxr-xr-xruntest-moduleapi1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtest-moduleapi b/runtest-moduleapi
index e48535126..e5a5a1200 100755
--- a/runtest-moduleapi
+++ b/runtest-moduleapi
@@ -22,4 +22,5 @@ $TCLSH tests/test_helper.tcl \
--single unit/moduleapi/hooks \
--single unit/moduleapi/misc \
--single unit/moduleapi/blockonkeys \
+--single unit/moduleapi/datatype
"${@}"