public function testRandomkey()
 {
     // we insert a bunchof keys to make sure we get something
     $this->redis->set('testRandomKey1234567', 'abc');
     $this->redis->set('testRandomKey1237890', 'abc');
     $this->redis->set('testRandomKey4356790', 'abc');
     parent::testRandomkey();
     $this->redis->flushdb();
 }