Home / node / Commands / interfaces / GeoAddOptions @valkey/valkey-glide
@valkey/valkey-glide / Commands / GeoAddOptions
Interface: GeoAddOptions
Optional arguments for the GeoAdd command.
See https://valkey.io/commands/geoadd/ for more details.
Properties
changed?
optional
changed:boolean
If true
, returns the count of changed elements instead of new elements added.
updateMode?
optional
updateMode:ConditionalChange
Options for handling existing members. See ConditionalChange.