Uses of Interface
io.quarkus.redis.datasource.RedisCommandExtraArguments
-
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource
Classes in io.quarkus.redis.datasource that implement RedisCommandExtraArguments Modifier and Type Class Description class
SortArgs
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.autosuggest
Classes in io.quarkus.redis.datasource.autosuggest that implement RedisCommandExtraArguments Modifier and Type Class Description class
GetArgs
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.bitmap
Classes in io.quarkus.redis.datasource.bitmap that implement RedisCommandExtraArguments Modifier and Type Class Description class
BitFieldArgs
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.bloom
Classes in io.quarkus.redis.datasource.bloom that implement RedisCommandExtraArguments Modifier and Type Class Description class
BfInsertArgs
class
BfReserveArgs
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.cuckoo
Classes in io.quarkus.redis.datasource.cuckoo that implement RedisCommandExtraArguments Modifier and Type Class Description class
CfInsertArgs
class
CfReserveArgs
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.geo
Classes in io.quarkus.redis.datasource.geo that implement RedisCommandExtraArguments Modifier and Type Class Description class
GeoAddArgs
class
GeoRadiusArgs
class
GeoRadiusStoreArgs<K>
class
GeoSearchArgs<V>
class
GeoSearchStoreArgs<V>
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.json
Classes in io.quarkus.redis.datasource.json that implement RedisCommandExtraArguments Modifier and Type Class Description class
JsonSetArgs
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.keys
Classes in io.quarkus.redis.datasource.keys that implement RedisCommandExtraArguments Modifier and Type Class Description class
ExpireArgs
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.list
Classes in io.quarkus.redis.datasource.list that implement RedisCommandExtraArguments Modifier and Type Class Description class
LPosArgs
Represents the extra parameter of the LPOS command -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.search
Classes in io.quarkus.redis.datasource.search that implement RedisCommandExtraArguments Modifier and Type Class Description class
AggregateArgs
Represents the extra arguments of theft.aggregate
command.class
CreateArgs
Represents the argument of theft.create
command.class
HighlightArgs
Allows customizing the highlighting.class
IndexedField
Represents an indexed field.class
QueryArgs
Represents the extra arguments of theft.search
commandclass
SpellCheckArgs
class
SummarizeArgs
Allows configuring the summarizing. -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.sortedset
Classes in io.quarkus.redis.datasource.sortedset that implement RedisCommandExtraArguments Modifier and Type Class Description class
ZAddArgs
class
ZAggregateArgs
class
ZMpopArgs
class
ZRangeArgs
-
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.string
Classes in io.quarkus.redis.datasource.string that implement RedisCommandExtraArguments Modifier and Type Class Description class
GetExArgs
Deprecated.useGetExArgs
insteadclass
SetArgs
Deprecated.UseSetArgs
instead. -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.timeseries
Classes in io.quarkus.redis.datasource.timeseries that implement RedisCommandExtraArguments Modifier and Type Class Description class
AddArgs
Represents the extra arguments of thets.add
command.class
AlterArgs
Represents the extra arguments of thets.alter
command.class
CreateArgs
Represents the extra arguments of thets.create
command.class
IncrementArgs
Represents the extra arguments of thets.decrby
andtx.incrby
commands.class
MGetArgs
Represents the extra arguments of thets.mget
command.class
MRangeArgs
Represent theTS.MRANGE
andTS.MREVRANGE
commands optional parameters.class
RangeArgs
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 Modifier and Type Class Description class
GetExArgs
Argument list for the Redis GETEX command.class
SetArgs
Argument list for the Redis SET command. -
Uses of RedisCommandExtraArguments in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type RedisCommandExtraArguments Modifier and Type Method Description RedisCommand
RedisCommand. putArgs(RedisCommandExtraArguments arguments)
RedisCommand
RedisCommand. putArgs(RedisCommandExtraArguments arguments, Codec<?> codec)
-