Jamm\Memory\Tests\TestRedisServer::test_PTTL PHP Method

test_PTTL() public method

public test_PTTL ( )
    public function test_PTTL()
    {
        $this->assertEquals("pttl key", $this->redis->PTTL("key"));
    }
TestRedisServer