Class RedissonReactiveClusterGeoCommands

java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveGeoCommands
org.redisson.spring.data.connection.RedissonReactiveClusterGeoCommands
All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveClusterGeoCommands, org.springframework.data.redis.connection.ReactiveGeoCommands

public class RedissonReactiveClusterGeoCommands extends RedissonReactiveGeoCommands implements org.springframework.data.redis.connection.ReactiveClusterGeoCommands
Author:
Nikita Koksharov
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveGeoCommands

    org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoSearchCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoSearchStoreCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    static byte[]
     

    Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveGeoCommands

    geoAdd, geoDist, geoHash, geoPos, geoRadius, geoRadiusByMember, geoSearch, geoSearchStore

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.redis.connection.ReactiveGeoCommands

    geoAdd, geoAdd, geoAdd, geoAdd, geoDist, geoDist, geoDist, geoHash, geoHash, geoHash, geoPos, geoPos, geoPos, geoRadius, geoRadius, geoRadius, geoRadiusByMember, geoRadiusByMember, geoRadiusByMember, geoSearch, geoSearch, geoSearchStore, geoSearchStore
  • Method Details

    • toByteArray

      public static byte[] toByteArray(ByteBuffer buffer)