with mysql pgsql intl support
$ brew install php --with-apache --with-mysql --with-pgsql --with-intl
date.timezone = Europe/Vienna
| #!/bin/sh | |
| # | |
| # Usage: ./redis-delkeys.sh [-h host] [-p port] [-n db] pattern | |
| # | |
| # Matches keys with the KEYS command matching pattern | |
| # and deletes them from the specified Redis DB. | |
| set -e | |
| HOST="localhost" |
| global | |
| log 127.0.0.1 local0 notice | |
| maxconn 50000 | |
| daemon | |
| stats socket /tmp/proxystats level admin | |
| defaults | |
| log global | |
| mode http | |
| option httplog | |
| option dontlognull |