Uses of Enum Class
org.springframework.data.redis.connection.RedisZSetCommands.ZAddArgs.Flag
Packages that use RedisZSetCommands.ZAddArgs.Flag
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisZSetCommands.ZAddArgs.Flag in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisZSetCommands.ZAddArgs.FlagModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RedisZSetCommands.ZAddArgs.Flag[]
RedisZSetCommands.ZAddArgs.Flag.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 RedisZSetCommands.ZAddArgs.FlagModifier and TypeMethodDescriptionboolean
RedisZSetCommands.ZAddArgs.contains
(RedisZSetCommands.ZAddArgs.Flag flag) Only update elements that already exist.