@@ -17,17 +17,20 @@ The required parameters are marked by an asterisk (*)
1717| Driver name | ` ($driver) ` | PHP modules | ` ($config) `
1818| --- | --- | --- | --- |
1919| File | ` file ` | - | ` *storage ` |
20- | Redis | ` redis ` | redis | ` host ` , ` port ` , ` user ` , ` pass ` |
21- | MongoDB | ` mongo ` | mongodb | ` host ` , ` port ` , ` user ` , ` pass ` , ` dbname ` , ` collection ` |
20+ | Redis | ` redis ` | redis | ` host ` , ` port ` , ` user ` , ` pass ` , ` unix_socket ` |
21+ | MongoDB | ` mongo ` | mongodb | ` host ` , ` port ` , ` user ` , ` pass ` , ` dbname ` , ` collection ` , ` unix_socket ` |
2222| MySQL | ` mysql ` | pdo_mysql | ` host ` , ` port ` , ` *user ` , ` *pass ` , ` *dbname ` , ` table ` , ` charset ` |
2323| SQLite | ` sqlite ` | pdo_sqlite | ` *storage ` |
2424| APC | ` apc ` | apc | - |
2525| APCu | ` apcu ` | apcu | - |
26- | Memcache | ` memcache ` | memcache | ` host ` , ` port ` |
27- | LibMemcached | ` memcached ` | memcached | ` host ` , ` port ` |
26+ | Memcache | ` memcache ` | memcache | ` host ` , ` port ` , ` unix_socket ` |
27+ | LibMemcached | ` memcached ` | memcached | ` host ` , ` port ` , ` unix_socket ` |
2828| WinCache | ` wincache ` | wincache | - |
2929
30- Note: ** WinCache** is excluded from unit testing since it's only used on Windows, and the testing processes are done on Linux environment.
30+ Note:
31+
32+ - ** WinCache** is excluded from unit testing since it's only used on Windows, and the testing processes are done on Linux environment.
33+ - ` unix_socket ` is empty by default, accepting the absolute path of the unix domain socket file. If it is set, ` host ` and ` port ` will be ignored.
3134
3235This command will show a list of the installed PHP modules.
3336
0 commit comments