mirror of
https://github.com/predis/predis.git
synced 2026-08-25 21:49:37 +00:00
8567b05459
When no server profile is specified, the connection factory will not push any initialization command to the newly created connection object. This change is mainly useful when using redis-cluster and also makes it possible to easily inject commands such as "SCRIPT LOAD" at initialization time by grouping everything into one common place simply by extending the connection factory class.