JavaScript is disabled on your browser.
Skip navigation links
Spring Data Redis
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.data.redis.core.GeoOperations
Packages that use
GeoOperations
Package
Description
org.springframework.data.redis.core
Core package for integrating
Redis
with Spring concepts.
Uses of
GeoOperations
in
org.springframework.data.redis.core
Methods in
org.springframework.data.redis.core
that return
GeoOperations
Modifier and Type
Method
Description
GeoOperations
<
K
,
V
>
RedisOperations.
opsForGeo
()
Returns geospatial specific operations interface.
GeoOperations
<
K
,
V
>
RedisTemplate.
opsForGeo
()