class Redis

def georadius(*args, **geoptions)

def georadius(*args, **geoptions)
  geoarguments = _geoarguments(*args, **geoptions)
  synchronize do |client|
    client.call([:georadius, *geoarguments])
  end
end