Method: Redis::Commands::Geo#geohash
- Defined in:
- lib/redis/commands/geo.rb
#geohash(key, member) ⇒ Array<String, nil>
Returns geohash string representing position for specified members of the specified key.
20 21 22 |
# File 'lib/redis/commands/geo.rb', line 20 def geohash(key, member) send_command([:geohash, key, member]) end |