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
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]toByteArray(ByteBuffer buffer)-
Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveGeoCommands
geoAdd, geoDist, geoHash, geoPos, geoRadius, geoRadiusByMember
-
-
-
-
Method Detail
-
toByteArray
public static byte[] toByteArray(ByteBuffer buffer)
-
-