Uses of Enum Class
org.springframework.data.redis.connection.RedisServerCommands.FlushOption
Packages that use RedisServerCommands.FlushOption
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Core package for integrating Redis with Spring concepts.
-
Uses of RedisServerCommands.FlushOption in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisServerCommands.FlushOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RedisServerCommands.FlushOption[]RedisServerCommands.FlushOption.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.FlushOptionModifier and TypeMethodDescriptiondefault voidDefaultedRedisClusterConnection.flushAll(RedisClusterNode node, RedisServerCommands.FlushOption option) Deprecated.default voidDefaultedRedisConnection.flushAll(RedisServerCommands.FlushOption option) Deprecated.in favor ofRedisCommandsProvider.serverCommands().voidDefaultStringRedisConnection.flushAll(RedisServerCommands.FlushOption option) reactor.core.publisher.Mono<String>ReactiveClusterServerCommands.flushAll(RedisClusterNode node, RedisServerCommands.FlushOption option) Delete all all keys from all databases using the specifiedRedisServerCommands.FlushOption.reactor.core.publisher.Mono<String>ReactiveServerCommands.flushAll(RedisServerCommands.FlushOption option) Delete all all keys from all databases using the specifiedRedisServerCommands.FlushOption.voidRedisClusterServerCommands.flushAll(RedisClusterNode node, RedisServerCommands.FlushOption option) voidRedisServerCommands.flushAll(RedisServerCommands.FlushOption option) Delete all all keys from all databases using the specifiedRedisServerCommands.FlushOption.default voidDefaultedRedisClusterConnection.flushDb(RedisClusterNode node, RedisServerCommands.FlushOption option) Deprecated.in favor ofRedisCommandsProvider.serverCommands().default voidDefaultedRedisConnection.flushDb(RedisServerCommands.FlushOption option) Deprecated.in favor ofRedisCommandsProvider.serverCommands().voidDefaultStringRedisConnection.flushDb(RedisServerCommands.FlushOption option) reactor.core.publisher.Mono<String>ReactiveClusterServerCommands.flushDb(RedisClusterNode node, RedisServerCommands.FlushOption option) Delete all keys of the currently selected database using the specifiedRedisServerCommands.FlushOption.reactor.core.publisher.Mono<String>ReactiveServerCommands.flushDb(RedisServerCommands.FlushOption option) Delete all keys of the currently selected database using the specifiedRedisServerCommands.FlushOption.voidRedisClusterServerCommands.flushDb(RedisClusterNode node, RedisServerCommands.FlushOption option) voidRedisServerCommands.flushDb(RedisServerCommands.FlushOption option) Delete all keys of the currently selected database using the specifiedRedisServerCommands.FlushOption. -
Uses of RedisServerCommands.FlushOption in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type RedisServerCommands.FlushOptionModifier and TypeMethodDescriptionvoidClusterOperations.flushDb(RedisClusterNode node, RedisServerCommands.FlushOption option) Flush db on node using the specifiedRedisServerCommands.FlushOption.
RedisCommandsProvider.serverCommands().