remove() 공개 메소드

public remove ( $key )
 public function testRemove()
 {
     $adapter = new MongoDBStorageAdapter($this->mongo);
     $adapter->remove('key');
 }