module DoverToCalais

Constants

PROXY
REDIS
VERSION

Public Class Methods

flushdb() click to toggle source
# File lib/dover_to_calais.rb, line 19
def self.flushdb
  Ohm.redis = Redic.new(REDIS)
  Ohm.redis.call "FLUSHDB"
end