redis and pubsub | Mar 7, 2016
Posts a message to the given channel.
More »redis and pubsub | Mar 7, 2016
Subscribes the client to the given patterns.
More »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.
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).
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 »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
).