class Geocoder::CacheStore::Redis

def remove(key)

def remove(key)
  store.del(key)
end