Uses of Interface
redis.clients.jedis.args.Rawable
Packages that use Rawable
Package
Description
This package contains the classes that represent arguments of Redis core commands.
This package contains the classes related to RedisBloom module.
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes and interfaces related to RedisGraph module.
This package contains the classes and interfaces related to RedisJSON module.
This package contains the classes that represent optional parameters of core Redis commands.
This package contains the classes and interfaces related to RediSearch module.
This package contains the classes and interfaces related to RedisTimeSeries module.
-
Uses of Rawable in redis.clients.jedis
Classes in redis.clients.jedis that implement RawableModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enumFields in redis.clients.jedis with type parameters of type RawableMethods in redis.clients.jedis that return types with arguments of type RawableMethods in redis.clients.jedis with parameters of type RawableModifier and TypeMethodDescriptionvoidConnection.sendCommand(ProtocolCommand cmd, Rawable keyword) -
Uses of Rawable in redis.clients.jedis.args
Classes in redis.clients.jedis.args that implement RawableModifier and TypeClassDescriptionenumThe options forBITCOUNTcommand.enumBit operations forBITOPcommand.enumCLIENT SETINFO command attr option since redis 7.2enumClient pause supported modes.enumenumEnumeration of cluster failover options.enumReset type for command cluster reset.enumEnumeration of setting expiration.enumEnum object describing flushing mode.enumenumenumDirection forLMOVEandBLMOVEcommand.enumstatic classDefault implementation ofRawable.static classenumenumenumenumUnblock type forCLIENT UNBLOCKcommand.Methods in redis.clients.jedis.args that return Rawable -
Uses of Rawable in redis.clients.jedis.bloom
Classes in redis.clients.jedis.bloom that implement RawableModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enumstatic enum -
Uses of Rawable in redis.clients.jedis.commands
Subinterfaces of Rawable in redis.clients.jedis.commands -
Uses of Rawable in redis.clients.jedis.graph
Classes in redis.clients.jedis.graph that implement RawableModifier and TypeClassDescriptionstatic enumstatic enum -
Uses of Rawable in redis.clients.jedis.json
Classes in redis.clients.jedis.json that implement Rawable -
Uses of Rawable in redis.clients.jedis.params
Classes in redis.clients.jedis.params that implement RawableFields in redis.clients.jedis.params declared as RawableModifier and TypeFieldDescriptionprivate RawableXPendingParams.consumerprivate RawableXPendingParams.endprivate final RawableZRangeParams.maxprivate final RawableZRangeParams.minprivate RawableXPendingParams.startConstructors in redis.clients.jedis.params with parameters of type RawableModifierConstructorDescriptionprivateXPendingParams(Rawable start, Rawable end, int count) privateZRangeParams(Protocol.Keyword by, Rawable min, Rawable max) -
Uses of Rawable in redis.clients.jedis.search
Classes in redis.clients.jedis.search that implement RawableModifier and TypeClassDescription(package private) classstatic enumstatic enumFields in redis.clients.jedis.search with type parameters of type RawableModifier and TypeFieldDescriptionprivate Collection<Map.Entry<String, Rawable>> FTSpellCheckParams.termsMethods in redis.clients.jedis.search with parameters of type RawableModifier and TypeMethodDescriptionprivate FTSpellCheckParamsSpecifies an inclusion (INCLUDE) or exclusion (EXCLUDE) of a custom dictionary. -
Uses of Rawable in redis.clients.jedis.timeseries
Classes in redis.clients.jedis.timeseries that implement RawableModifier and TypeClassDescriptionenumenumPolicy that will define handling of duplicate samples.static enumstatic enum