Uses of Enum Class
org.springframework.data.redis.core.RedisCommand
Packages that use RedisCommand
-
Uses of RedisCommand in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return RedisCommandModifier and TypeMethodDescriptionstatic RedisCommandRedisCommand.failsafeCommandLookup(String key) Returns the command represented by the givenkey, otherwise returnsUNKNOWNif no matching command could be found.static RedisCommandReturns 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.