Uses of Enum Class
org.springframework.data.redis.connection.RedisServerCommands.ShutdownOption
Packages that use RedisServerCommands.ShutdownOption
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisServerCommands.ShutdownOption in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisServerCommands.ShutdownOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RedisServerCommands.ShutdownOption[]
RedisServerCommands.ShutdownOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection with parameters of type RedisServerCommands.ShutdownOptionModifier and TypeMethodDescriptiondefault void
DefaultedRedisConnection.shutdown
(RedisServerCommands.ShutdownOption option) Deprecated.void
DefaultStringRedisConnection.shutdown
(RedisServerCommands.ShutdownOption option) void
RedisServerCommands.shutdown
(RedisServerCommands.ShutdownOption option) Shutdown server.
RedisCommandsProvider.serverCommands()
.