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

test_TTL() public method

public test_TTL ( )
    public function test_TTL()
    {
        $this->assertEquals('ttl key', $this->redis->TTL('key'));
    }
TestRedisServer