Enum Class RedisCommand

java.lang.Object
java.lang.Enum<RedisCommand>
org.springframework.data.redis.core.RedisCommand
All Implemented Interfaces:
Serializable, Comparable<RedisCommand>, Constable

public enum RedisCommand extends Enum<RedisCommand>
Enumeration of well-known Redis commands. This enumeration serves as non-exhaustive set of built-in commands for a typical Redis server.
Since:
1.3
Author:
Christoph Strobl, Thomas Darimont, Ninad Divadkar, Mark Paluch, Oscar Cai, Sébastien Volle, John Blum