protected function tearDown()
 {
     $this->store->instance_deleted();
 }
 protected function tearDown()
 {
     if (defined('CACHESTORE_REDIS_TEST_SERVER')) {
         $this->store->instance_deleted();
     }
 }