Uses of Interface
io.quarkus.redis.datasource.RedisCommandExtraArguments
Packages that use RedisCommandExtraArguments
Package
Description
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource
Classes in io.quarkus.redis.datasource that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.autosuggest
Classes in io.quarkus.redis.datasource.autosuggest that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.bitmap
Classes in io.quarkus.redis.datasource.bitmap that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.bloom
Classes in io.quarkus.redis.datasource.bloom that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.cuckoo
Classes in io.quarkus.redis.datasource.cuckoo that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.geo
Classes in io.quarkus.redis.datasource.geo that implement RedisCommandExtraArgumentsModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.json
Classes in io.quarkus.redis.datasource.json that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.keys
Classes in io.quarkus.redis.datasource.keys that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.list
Classes in io.quarkus.redis.datasource.list that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.search
Classes in io.quarkus.redis.datasource.search that implement RedisCommandExtraArgumentsModifier and TypeClassDescriptionclass
Represents the extra arguments of theft.aggregate
command.class
Represents the argument of theft.create
command.class
Allows customizing the highlighting.class
Represents an indexed field.class
Represents the extra arguments of theft.search
commandclass
class
Allows configuring the summarizing. -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.sortedset
Classes in io.quarkus.redis.datasource.sortedset that implement RedisCommandExtraArgumentsModifier and TypeClassDescriptionclass
class
class
class
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.stream
Classes in io.quarkus.redis.datasource.stream that implement RedisCommandExtraArgumentsModifier and TypeClassDescriptionclass
Represents a stream range.class
The argument of the XADD command.class
The argument of the XCLAIM command.class
Represents the extra argument of the <a href="https://redis.io/commands/xgroup-create/>XGROUP CREATE command.class
Represents the extra argument of the <a href="https://redis.io/commands/xgroup-setid/>XGROUP SETID command.class
class
Represents the extra parameter of the <a href="https://redis.io/commands/xread/>XREAD command.class
Represents the extra parameter of the <a href="https://redis.io/commands/xreadgroup/>XREADGROUP command.class
The argument of the XTRIM command. -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.string
Classes in io.quarkus.redis.datasource.string that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.timeseries
Classes in io.quarkus.redis.datasource.timeseries that implement RedisCommandExtraArgumentsModifier and TypeClassDescriptionclass
Represents the extra arguments of thets.add
command.class
Represents the extra arguments of thets.alter
command.class
Represents the extra arguments of thets.create
command.class
Represents the extra arguments of thets.decrby
andtx.incrby
commands.class
Represents the extra arguments of thets.mget
command.class
Represent theTS.MRANGE
andTS.MREVRANGE
commands optional parameters.class
Represent theTS.RANGE
andTS.REVRANGE
commands optional parameters. -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.value
Classes in io.quarkus.redis.datasource.value that implement RedisCommandExtraArguments -
Uses of RedisCommandExtraArguments in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type RedisCommandExtraArgumentsModifier and TypeMethodDescriptionRedisCommand.putArgs
(RedisCommandExtraArguments arguments) RedisCommand.putArgs
(RedisCommandExtraArguments arguments, Codec codec)
GetExArgs
instead