Uses of Enum Class
org.springframework.data.redis.connection.RedisServerCommands.MigrateOption
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisServerCommands.MigrateOption in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RedisServerCommands.MigrateOption[]
RedisServerCommands.MigrateOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault void
DefaultedRedisConnection.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option) Deprecated.default void
DefaultedRedisConnection.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option, long timeout) Deprecated.in favor ofRedisCommandsProvider.serverCommands()
.void
DefaultStringRedisConnection.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option) void
DefaultStringRedisConnection.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option, long timeout) void
RedisServerCommands.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option) Atomically transfer a key from a source Redis instance to a destination Redis instance.void
RedisServerCommands.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option, long timeout) Atomically transfer a key from a source Redis instance to a destination Redis instance.
RedisCommandsProvider.serverCommands()
.