We now have a base test case class for Predis (namely PredisTestCase) grouping various commonly used utility methods shared by all of the tests in the suite, greatly improving reusability.
The profile factory code has been extrapolated into a the new class Predis\Profile\Factory (final and with only static methods).