Uses of Enum Class
redis.clients.jedis.args.ClientAttributeOption
Packages that use ClientAttributeOption
Package
Description
This package contains the classes that represent arguments of Redis core commands.
This package contains the interfaces that contain methods representing Redis core commands.
-
Uses of ClientAttributeOption in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type ClientAttributeOptionModifier and TypeMethodDescriptionJedis.clientSetInfo(ClientAttributeOption attr, byte[] value) Jedis.clientSetInfo(ClientAttributeOption attr, String value) -
Uses of ClientAttributeOption in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return ClientAttributeOptionModifier and TypeMethodDescriptionstatic ClientAttributeOptionReturns the enum constant of this class with the specified name.static ClientAttributeOption[]ClientAttributeOption.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClientAttributeOption in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type ClientAttributeOptionModifier and TypeMethodDescriptionClientBinaryCommands.clientSetInfo(ClientAttributeOption attr, byte[] value) client set info command Since redis 7.2ClientCommands.clientSetInfo(ClientAttributeOption attr, String value) client set info command Since redis 7.2