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.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.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.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.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.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)
-