DATAREDIS-972 - Polishing.

Add author tags. Reformat code. Split test for exceptions into two methods.

Original pull request: #448.
This commit is contained in:
Mark Paluch
2019-04-29 12:18:27 +02:00
parent 051b1ee820
commit e0a059f96b
2 changed files with 25 additions and 9 deletions

View File

@@ -29,9 +29,11 @@ import org.springframework.util.StringUtils;
* @author Thomas Darimont
* @author Ninad Divadkar
* @author Mark Paluch
* @author Oscar Cai
* @since 1.3
* @see Redis command list:
* https://github.com/antirez/redis/blob/93e7a130fc9594e41ccfc996b5eca7626ae5356a/src/redis.c#L119
* @link <a href=
* "https://github.com/antirez/redis/blob/843de8b786562d8d77c78d83a971060adc61f77a/src/server.c#L180">Redis
* command list</a>
*/
public enum RedisCommand {
// -- A