Exemple #1
0
 public function test_TTL()
 {
     $this->assertEquals('ttl key', $this->redis->TTL('key'));
 }