Class RedisCommandExecutor

java.lang.Object
org.evomaster.client.java.controller.redis.RedisCommandExecutor

public class RedisCommandExecutor extends Object
Class used to execute Redis commands
  • Constructor Details

    • RedisCommandExecutor

      public RedisCommandExecutor()
      Default constructor
  • Method Details

    • executeInsert

      public static org.evomaster.client.java.controller.api.dto.database.operations.RedisInsertionResultsDto executeInsert(ReflectionBasedRedisClient client, List<org.evomaster.client.java.controller.api.dto.database.operations.RedisInsertionDto> insertions)