MCPcopy
hub / github.com/redis/redis-py / geoadd

Method geoadd

redis/commands/core.py:11037–11044  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        values: Sequence[EncodableT],
        nx: bool = False,
        xx: bool = False,
        ch: bool = False,
    )

Source from the content-addressed store, hash-verified

11035
11036 @overload
11037 def geoadd(
11038 self: SyncClientProtocol,
11039 name: KeyT,
11040 values: Sequence[EncodableT],
11041 nx: bool = False,
11042 xx: bool = False,
11043 ch: bool = False,
11044 ) -> int: ...
11045
11046 @overload
11047 def geoadd(

Callers 15

dt_geo.pyFile · 0.80
cmds_generic.pyFile · 0.80
test_geoaddMethod · 0.80
test_geoadd_nxMethod · 0.80
test_geoadd_xxMethod · 0.80
test_geoadd_chMethod · 0.80
test_geodistMethod · 0.80
test_geodist_unitsMethod · 0.80
test_geohashMethod · 0.80
test_geoposMethod · 0.80

Calls 4

DataErrorClass · 0.90
appendMethod · 0.45
extendMethod · 0.45
execute_commandMethod · 0.45

Tested by 15

test_geoaddMethod · 0.64
test_geoadd_nxMethod · 0.64
test_geoadd_xxMethod · 0.64
test_geoadd_chMethod · 0.64
test_geodistMethod · 0.64
test_geodist_unitsMethod · 0.64
test_geohashMethod · 0.64
test_geoposMethod · 0.64
test_geosearchMethod · 0.64
test_geosearch_memberMethod · 0.64