Exemplo n.º 1
0
 public function testGetLength()
 {
     $this->rediska->set($this->key->getName(), 'abc');
     $reply = $this->key->getLength('test');
     $this->assertEquals(3, $reply);
 }