2.0.2 - RedisStore: use ClientInterface instead of Client
RedisStore use ClientInterface instead of Client by @fhjbalfoort
Since this release, RedisStore
allows an instance of \Predis\ClientInterface
instead of \Predis\Client
as a constructor argument.
This allows you to use your custom redis client that implements the \Predis\ClientInterface
interface.