GEOPOS

Redis 開発者教育
Redis Developer Course
Redis 定期点検/技術支援
Redis Technical Support
Redis エンタープライズサーバ
Redis Enterprise Server

경도, 위도 조회

사용법은 geopos key member 입니다.
경도(longitude)와 위도(latitude)를 리턴합니다. 입력된 값은 52 bit geohash로 변환되므로 조회된 값은 약간 다를 수 있습니다.

Example

명령>GEOPOS map seoul
결과>1) 1) "126.97797149419784546"
    2) "37.56653579238348328"

명령문

GEOPOS key member [member ...]

  • 이 명령은 version 3.2.0 부터 사용할 수 있다.
  • 논리적 처리 소요시간은 O(log(N))이다. N은 Sorted Set에 저장된 멤버의 개수이다.

<< GEOADD GEOPOS GEODIST >>

조회수 :

Email 返事がかかってなれば、メールでお知らせします。