mirror of
https://github.com/predis/predis.git
synced 2026-08-25 16:29:37 +00:00
5b7504b069
A profile is not needed to create instances of basic initialization commands such as AUTH (authentication) and SELECT (database selection) since they do not need prefixing and other stuff. If needed, developers can still extend the base connection factory to make it use a server profile and configure the client to use it using options.