MCPcopy
hub / github.com/redisson/redisson / add

Method add

redisson/src/main/java/org/redisson/api/RGeo.java:45–45  ·  view source on GitHub ↗

Adds geospatial member. @param longitude - longitude of object @param latitude - latitude of object @param member - object itself @return number of elements added to the sorted set, not including elements already existing for which the score was updated

(double longitude, double latitude, V member)

Source from the content-addressed store, hash-verified

43 * the score was updated
44 */
45 long add(double longitude, double latitude, V member);
46
47 /**
48 * Adds geospatial members.

Callers 15

convertNodesMethod · 0.65
convertMethod · 0.65
convertNodesMethod · 0.65
createClusterMethod · 0.65
fromMapMethod · 0.65
addListenerMethod · 0.65
withSentinelMethod · 0.65
createMasterContainerMethod · 0.65
preservePortBindingsMethod · 0.65

Implementers 1

RedissonGeoredisson/src/main/java/org/redisson/Re

Calls

no outgoing calls

Tested by 15

createClusterMethod · 0.52
withSentinelMethod · 0.52
createMasterContainerMethod · 0.52
preservePortBindingsMethod · 0.52
createSlaveContainerMethod · 0.52
createClusterMethod · 0.52
testDelMethod · 0.52
testScanMethod · 0.52