Class GeoIndexedPropertyValue

java.lang.Object
org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
All Implemented Interfaces:
IndexedData

public class GeoIndexedPropertyValue extends Object implements IndexedData
IndexedData implementation indicating storage of data within a Redis GEO structure.
Since:
1.8
Author:
Christoph Strobl
  • Constructor Details

    • GeoIndexedPropertyValue

      public GeoIndexedPropertyValue(String keyspace, String indexName, Point value)
  • Method Details