Uses of Class
io.quarkus.redis.datasource.geo.GeoAddArgs
Packages that use GeoAddArgs
-
Uses of GeoAddArgs in io.quarkus.redis.datasource.geo
Methods in io.quarkus.redis.datasource.geo that return GeoAddArgsModifier and TypeMethodDescriptionGeoAddArgs.ch()
Modify the return value from the number of new elements added, to the total number of elements changed.GeoAddArgs.nx()
Don't update already existing elements.GeoAddArgs.xx()
Only update elements that already exist.Methods in io.quarkus.redis.datasource.geo with parameters of type GeoAddArgsModifier and TypeMethodDescriptionboolean
GeoCommands.geoadd
(K key, double longitude, double latitude, V member, GeoAddArgs args) Execute the command GEOADD.int
GeoCommands.geoadd
(K key, GeoAddArgs args, GeoItem<V>... items) Execute the command GEOADD.boolean
GeoCommands.geoadd
(K key, GeoItem<V> item, GeoAddArgs args) Execute the command GEOADD.io.smallrye.mutiny.Uni<Boolean>
ReactiveGeoCommands.geoadd
(K key, double longitude, double latitude, V member, GeoAddArgs args) Execute the command GEOADD.io.smallrye.mutiny.Uni<Integer>
ReactiveGeoCommands.geoadd
(K key, GeoAddArgs args, GeoItem<V>... items) Execute the command GEOADD.io.smallrye.mutiny.Uni<Boolean>
ReactiveGeoCommands.geoadd
(K key, GeoItem<V> item, GeoAddArgs args) Execute the command GEOADD.io.smallrye.mutiny.Uni<Void>
ReactiveTransactionalGeoCommands.geoadd
(K key, double longitude, double latitude, V member, GeoAddArgs args) Execute the command GEOADD.io.smallrye.mutiny.Uni<Void>
ReactiveTransactionalGeoCommands.geoadd
(K key, GeoAddArgs args, GeoItem<V>... items) Execute the command GEOADD.io.smallrye.mutiny.Uni<Void>
ReactiveTransactionalGeoCommands.geoadd
(K key, GeoItem<V> item, GeoAddArgs args) Execute the command GEOADD.void
TransactionalGeoCommands.geoadd
(K key, double longitude, double latitude, V member, GeoAddArgs args) Execute the command GEOADD.void
TransactionalGeoCommands.geoadd
(K key, GeoAddArgs args, GeoItem<V>... items) Execute the command GEOADD.void
TransactionalGeoCommands.geoadd
(K key, GeoItem<V> item, GeoAddArgs args) Execute the command GEOADD. -
Uses of GeoAddArgs in io.quarkus.redis.runtime.datasource
Fields in io.quarkus.redis.runtime.datasource declared as GeoAddArgsModifier and TypeFieldDescription(package private) static final GeoAddArgs
ReactiveGeoCommandsImpl.DEFAULT_INSTANCE
Methods in io.quarkus.redis.runtime.datasource with parameters of type GeoAddArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
AbstractGeoCommands._geoadd
(K key, double longitude, double latitude, V member, GeoAddArgs args) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
AbstractGeoCommands._geoadd
(K key, GeoAddArgs args, GeoItem<V>... items) boolean
BlockingGeoCommandsImpl.geoadd
(K key, double longitude, double latitude, V member, GeoAddArgs args) int
BlockingGeoCommandsImpl.geoadd
(K key, GeoAddArgs args, GeoItem<V>... items) boolean
BlockingGeoCommandsImpl.geoadd
(K key, GeoItem<V> item, GeoAddArgs args) void
BlockingTransactionalGeoCommandsImpl.geoadd
(K key, double longitude, double latitude, V member, GeoAddArgs args) void
BlockingTransactionalGeoCommandsImpl.geoadd
(K key, GeoAddArgs args, GeoItem<V>... items) void
BlockingTransactionalGeoCommandsImpl.geoadd
(K key, GeoItem<V> item, GeoAddArgs args) io.smallrye.mutiny.Uni<Boolean>
ReactiveGeoCommandsImpl.geoadd
(K key, double longitude, double latitude, V member, GeoAddArgs args) io.smallrye.mutiny.Uni<Integer>
ReactiveGeoCommandsImpl.geoadd
(K key, GeoAddArgs args, GeoItem<V>... items) io.smallrye.mutiny.Uni<Boolean>
ReactiveGeoCommandsImpl.geoadd
(K key, GeoItem<V> item, GeoAddArgs args) io.smallrye.mutiny.Uni<Void>
ReactiveTransactionalGeoCommandsImpl.geoadd
(K key, double longitude, double latitude, V member, GeoAddArgs args) io.smallrye.mutiny.Uni<Void>
ReactiveTransactionalGeoCommandsImpl.geoadd
(K key, GeoAddArgs args, GeoItem<V>... items) io.smallrye.mutiny.Uni<Void>
ReactiveTransactionalGeoCommandsImpl.geoadd
(K key, GeoItem<V> item, GeoAddArgs args)