• Y
    Add ModuleDataType to/from string serialization. · 5350e766
    Yossi Gottlieb 提交于
    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()
    5350e766
datatype.c 4.8 KB