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.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.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.keys
Classes in io.quarkus.redis.datasource.keys that implement RedisCommandExtraArguments Modifier and Type Class Description 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.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.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.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)
-