Skip to content

Commit 85f5bdf

Browse files
committed
removed dtos() from RedisSequenceDsl
1 parent 55f8eb6 commit 85f5bdf

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
package org.evomaster.client.java.controller.redis.dsl;
22

3-
import org.evomaster.client.java.controller.api.dto.database.operations.RedisInsertionDto;
4-
import java.util.List;
5-
63
public interface RedisSequenceDsl {
74

85
/**
@@ -13,12 +10,4 @@ public interface RedisSequenceDsl {
1310
* @return a statement object on which the sequence can be continued or closed
1411
*/
1512
RedisStatementDsl set(String key, String value);
16-
17-
/**
18-
* Build the DTOs (Data Transfer Object) from this DSL,
19-
* closing it (i.e., not usable any longer).
20-
*
21-
* @return a list of DTOs representing all the insertion Redis commands defined in this DSL.
22-
*/
23-
List<RedisInsertionDto> dtos();
2413
}

0 commit comments

Comments
 (0)