geohash
GEOHASH
GEOHASH key member [member ...]
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)-
Normally Redis represents positions of elements using a variation of the Geohash technique where positions are encoded using 52 bit integers- The encoding is also different compared to the standard because the initial min and max coordinates used during the encoding and decoding process are different- This command however returns a standard Geohash in the form of a string as described in t