module RedisClient::PIDCache

def pid

def pid
  Process.pid
end

def update!

def update!
  @pid = Process.pid
end