Skip to content

2.0.2 - RedisStore: use ClientInterface instead of Client

Compare
Choose a tag to compare
@ackintosh ackintosh released this 26 Apr 14:02
· 47 commits to master since this release
5792a96

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.