Class RedisCommandExecutor
java.lang.Object
org.evomaster.client.java.controller.redis.RedisCommandExecutor
Class used to execute Redis commands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RedisInsertionResultsDtoexecuteInsert(ReflectionBasedRedisClient client, List<RedisInsertionDto> insertions)
-
Constructor Details
-
RedisCommandExecutor
public RedisCommandExecutor()Default constructor
-
-
Method Details
-
executeInsert
public static RedisInsertionResultsDto executeInsert(ReflectionBasedRedisClient client, List<RedisInsertionDto> insertions)
-