Uses of Interface
org.redisson.api.RGeoReactive
-
Packages that use RGeoReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RGeoReactive in org.redisson
Methods in org.redisson that return RGeoReactive Modifier and Type Method Description <V> RGeoReactive<V>
RedissonReactive. getGeo(String name)
<V> RGeoReactive<V>
RedissonReactive. getGeo(String name, Codec codec)
-
Uses of RGeoReactive in org.redisson.api
Methods in org.redisson.api that return RGeoReactive Modifier and Type Method Description <V> RGeoReactive<V>
RBatchReactive. getGeo(String name)
Returns geospatial items holder instance byname
.<V> RGeoReactive<V>
RBatchReactive. getGeo(String name, Codec codec)
Returns geospatial items holder instance byname
using provided codec for geospatial members.<V> RGeoReactive<V>
RedissonReactiveClient. getGeo(String name)
Returns geospatial items holder instance byname
.<V> RGeoReactive<V>
RedissonReactiveClient. getGeo(String name, Codec codec)
Returns geospatial items holder instance byname
using provided codec for geospatial members. -
Uses of RGeoReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RGeoReactive Modifier and Type Method Description <V> RGeoReactive<V>
RedissonBatchReactive. getGeo(String name)
<V> RGeoReactive<V>
RedissonBatchReactive. getGeo(String name, Codec codec)
-