DATAREDIS-743 - Polishing.
Add Javadoc. Improve ScanOptions builder. Original Pull Request: #343
This commit is contained in:
committed by
Christoph Strobl
parent
d4b06c2984
commit
ee3c1bd9f8
@@ -31,6 +31,8 @@ import org.junit.Test;
|
||||
import org.springframework.data.redis.core.ScanOptions;
|
||||
|
||||
/**
|
||||
* Integration tests for {@link LettuceReactiveHashCommands}.
|
||||
*
|
||||
* @author Christoph Strobl
|
||||
* @author Mark Paluch
|
||||
*/
|
||||
|
||||
@@ -29,6 +29,12 @@ import java.util.Arrays;
|
||||
import org.junit.Test;
|
||||
import org.springframework.data.redis.core.ScanOptions;
|
||||
|
||||
/**
|
||||
* Integration tests for {@link LettuceReactiveSetCommands}.
|
||||
*
|
||||
* @author Christoph Strobl
|
||||
* @author Mark Paluch
|
||||
*/
|
||||
public class LettuceReactiveSetCommandsTests extends LettuceReactiveCommandsTestsBase {
|
||||
|
||||
@Test // DATAREDIS-525
|
||||
|
||||
@@ -31,6 +31,8 @@ import org.springframework.data.redis.connection.DefaultTuple;
|
||||
import org.springframework.data.redis.core.ScanOptions;
|
||||
|
||||
/**
|
||||
* Integration tests for {@link LettuceReactiveZSetCommands}.
|
||||
*
|
||||
* @author Christoph Strobl
|
||||
* @author Mark Paluch
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user