public function forget($key)
 {
     $this->aerospike->remove($this->getKey($key));
 }