Uses of Enum Class
org.springframework.data.redis.core.RedisCommand
-
Uses of RedisCommand in org.springframework.data.redis.core
Modifier and TypeMethodDescriptionstatic RedisCommand
RedisCommand.failsafeCommandLookup
(String key) Returns the command represented by the givenkey
, otherwise returnsUNKNOWN
if no matching command could be found.static RedisCommand
Returns the enum constant of this class with the specified name.static RedisCommand[]
RedisCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.