Uses of Enum Class
org.springframework.data.redis.connection.RedisServerCommands.MigrateOption
Packages that use 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
Subclasses with type arguments of type RedisServerCommands.MigrateOption in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return RedisServerCommands.MigrateOptionModifier 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.Methods in org.springframework.data.redis.connection with parameters of type RedisServerCommands.MigrateOptionModifier and TypeMethodDescriptiondefault voidDefaultedRedisConnection.migrate(byte[] key, RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option) Deprecated.default voidDefaultedRedisConnection.migrate(byte[] key, RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option, long timeout) Deprecated.in favor ofRedisCommandsProvider.serverCommands().voidDefaultStringRedisConnection.migrate(byte[] key, RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option) voidDefaultStringRedisConnection.migrate(byte[] key, RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option, long timeout) voidRedisServerCommands.migrate(byte @NonNull [] key, @NonNull RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option) Atomically transfer a key from a source Redis instance to a destination Redis instance.voidRedisServerCommands.migrate(byte @NonNull [] key, @NonNull RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option, long timeout) Atomically transfer a key from a source Redis instance to a destination Redis instance.
RedisCommandsProvider.serverCommands().