mirror of
https://github.com/predis/predis.git
synced 2026-08-28 19:21:22 +00:00
dc067b3dac
The option handler has been extended to accept descriptive string values in order to create and configure an appropriate command factory. Accepted string values are: - "predis" creates the usual command factory - "raw" creates a raw command factory - "default" is simply an alias of "predis"