DATAREDIS-500 - Polishing.

Apply formatting rules. Use differing serializers in test.

Original pull request: #190.
This commit is contained in:
Mark Paluch
2016-06-17 09:33:13 +02:00
parent 73c8ce2009
commit 64456ea134
2 changed files with 21 additions and 5 deletions

View File

@@ -73,6 +73,7 @@ import org.springframework.util.CollectionUtils;
* @author Costin Leau
* @author Christoph Strobl
* @author Ninad Divadkar
* @author Anqing Shao
* @param <K> the Redis key type against which the template works (usually a String)
* @param <V> the Redis value type against which the template works
* @see StringRedisTemplate