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

test_LASTSAVE() public method

public test_LASTSAVE ( )
    public function test_LASTSAVE()
    {
        $this->assertEquals("lastsave", $this->redis->LASTSAVE());
    }
TestRedisServer