DATAREDIS-743 - Polishing.

Add Javadoc. Improve ScanOptions builder.

Original Pull Request: #343
This commit is contained in:
Mark Paluch
2018-05-15 18:18:44 +02:00
committed by Christoph Strobl
parent d4b06c2984
commit ee3c1bd9f8
4 changed files with 33 additions and 14 deletions

View File

@@ -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
*/

View File

@@ -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

View File

@@ -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
*/