DATAREDIS-1231 - Polishing.

Add author tag.

Fix typos in test method names.

Original pull request: #568.
This commit is contained in:
Mark Paluch
2020-10-13 16:07:36 +02:00
parent ead954a743
commit 4b33a62f64
4 changed files with 13 additions and 12 deletions

View File

@@ -31,6 +31,7 @@ import org.springframework.util.CollectionUtils;
/**
* @author Christoph Strobl
* @author Mark Paluch
* @author Jot Zhao
* @since 2.0
*/
class JedisClusterListCommands implements RedisListCommands {