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
Subclasses with type arguments of type RedisServerCommands.FlushOption in org.springframework.data.redis.connectionMethods 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) ReactiveClusterServerCommands.flushAll(RedisClusterNode node, RedisServerCommands.FlushOption option) Delete all all keys from all databases using the specifiedRedisServerCommands.FlushOption.ReactiveServerCommands.flushAll(RedisServerCommands.FlushOption option) Delete all keys from all databases using the specifiedRedisServerCommands.FlushOption.voidRedisClusterServerCommands.flushAll(@NonNull RedisClusterNode node, @NonNull RedisServerCommands.FlushOption option) voidRedisServerCommands.flushAll(@NonNull 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) ReactiveClusterServerCommands.flushDb(RedisClusterNode node, RedisServerCommands.FlushOption option) Delete all keys of the currently selected database using the specifiedRedisServerCommands.FlushOption.ReactiveServerCommands.flushDb(RedisServerCommands.FlushOption option) Delete all keys of the currently selected database using the specifiedRedisServerCommands.FlushOption.voidRedisClusterServerCommands.flushDb(@NonNull RedisClusterNode node, @NonNull RedisServerCommands.FlushOption option) voidRedisServerCommands.flushDb(@NonNull 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(@NonNull RedisClusterNode node, @NonNull RedisServerCommands.FlushOption option) Flush db on node using the specifiedRedisServerCommands.FlushOption.
RedisCommandsProvider.serverCommands().