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

test_Watch() public method

public test_Watch ( )
    public function test_Watch()
    {
        $this->assertEquals('watch key', $this->redis->watch('key'));
    }
TestRedisServer