Jamm\Memory\Tests\TestRedisServer::test_Expireat PHP 메소드

test_Expireat() 공개 메소드

public test_Expireat ( )
    public function test_Expireat()
    {
        $this->assertEquals('expireat key 50', $this->redis->Expireat('key', 50));
    }
TestRedisServer