Example #1
0
 public function destroy($id)
 {
     return $this->redis->del(strtr($this->injectors['name'], array(':id' => $id)));
 }