module RedisClient::PIDCache

def update!

def update!
  @pid = Process.pid
end