mirror of
https://github.com/predis/predis.git
synced 2026-08-25 15:29:40 +00:00
dffbb8b042
INFO does not have the concept of sections prior to 2.6.0 while our test suite can be run against 2.4.0 (provided that phpunit.xml uses the correct server profile), so we need to make sure that the check does not break with prior version of Redis even if this is unlikely to happen at this point. Also changed a bit the naming of variables since things are already pretty much explicit in this context.