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 classSortArgs -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.autosuggest
Classes in io.quarkus.redis.datasource.autosuggest that implement RedisCommandExtraArguments Modifier and Type Class Description classGetArgs -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.bitmap
Classes in io.quarkus.redis.datasource.bitmap that implement RedisCommandExtraArguments Modifier and Type Class Description classBitFieldArgs -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.bloom
Classes in io.quarkus.redis.datasource.bloom that implement RedisCommandExtraArguments Modifier and Type Class Description classBfInsertArgsclassBfReserveArgs -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.cuckoo
Classes in io.quarkus.redis.datasource.cuckoo that implement RedisCommandExtraArguments Modifier and Type Class Description classCfInsertArgsclassCfReserveArgs -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.geo
Classes in io.quarkus.redis.datasource.geo that implement RedisCommandExtraArguments Modifier and Type Class Description classGeoAddArgsclassGeoRadiusArgsclassGeoRadiusStoreArgs<K>classGeoSearchArgs<V>classGeoSearchStoreArgs<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 classJsonSetArgs -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.keys
Classes in io.quarkus.redis.datasource.keys that implement RedisCommandExtraArguments Modifier and Type Class Description classCopyArgsArguments for the Redis COPY command.classExpireArgs -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.list
Classes in io.quarkus.redis.datasource.list that implement RedisCommandExtraArguments Modifier and Type Class Description classLPosArgsRepresents 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 classAggregateArgsRepresents the extra arguments of theft.aggregatecommand.classCreateArgsRepresents the argument of theft.createcommand.classHighlightArgsAllows customizing the highlighting.classIndexedFieldRepresents an indexed field.classQueryArgsRepresents the extra arguments of theft.searchcommandclassSpellCheckArgsclassSummarizeArgsAllows 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 classZAddArgsclassZAggregateArgsclassZMpopArgsclassZRangeArgs -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.stream
Classes in io.quarkus.redis.datasource.stream that implement RedisCommandExtraArguments Modifier and Type Class Description classStreamRangeRepresents a stream range.classXAddArgsThe argument of the XADD command.classXClaimArgsThe argument of the XCLAIM command.classXGroupCreateArgsRepresents the extra argument of theclassXGroupSetIdArgsRepresents the extra argument of theclassXReadArgs -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.string
Classes in io.quarkus.redis.datasource.string that implement RedisCommandExtraArguments Modifier and Type Class Description classGetExArgsDeprecated.useGetExArgsinsteadclassSetArgsDeprecated.UseSetArgsinstead. -
Uses of RedisCommandExtraArguments in io.quarkus.redis.datasource.timeseries
Classes in io.quarkus.redis.datasource.timeseries that implement RedisCommandExtraArguments Modifier and Type Class Description classAddArgsRepresents the extra arguments of thets.addcommand.classAlterArgsRepresents the extra arguments of thets.altercommand.classCreateArgsRepresents the extra arguments of thets.createcommand.classIncrementArgsRepresents the extra arguments of thets.decrbyandtx.incrbycommands.classMGetArgsRepresents the extra arguments of thets.mgetcommand.classMRangeArgsRepresent theTS.MRANGEandTS.MREVRANGEcommands optional parameters.classRangeArgsRepresent theTS.RANGEandTS.REVRANGEcommands 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 classGetExArgsArgument list for the Redis GETEX command.classSetArgsArgument 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 RedisCommandRedisCommand. putArgs(RedisCommandExtraArguments arguments)RedisCommandRedisCommand. putArgs(RedisCommandExtraArguments arguments, Codec<?> codec)
-