研发笔记
  • 归档
  • redis手册
  • 关于
  • PUBLISH

    redis and pubsub | Mar 7, 2016

    Posts a message to the given channel.

    More »
  • PSUBSCRIBE

    redis and pubsub | Mar 7, 2016

    Subscribes the client to the given patterns.

    More »
  • GEORADIUSBYMEMBER

    redis and geo | Mar 6, 2016

    This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.

    More »
  • GEORADIUS

    redis and geo | Mar 6, 2016

    Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).

    More »
  • GEOPOS

    redis and geo | Mar 6, 2016

    Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.

    More »
  • GEOHASH

    redis and geo | Mar 6, 2016

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).

    More »
    • ← Older

    • Newer →

  • ©2016 whatrd.com
  • 鄂ICP备16005622号-3