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

test_PEXPIREAT() public method

public test_PEXPIREAT ( )
    public function test_PEXPIREAT()
    {
        $this->assertEquals("pexpireat key 192168", $this->redis->PEXPIREAT("key", 192168));
    }
TestRedisServer