static String toAdaptorType(DataType dataType) {

    return "redis-" + dataType.code().toLowerCase();
  }