mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-25 01:22:10 +01:00
* Use PHP's regular php_rand() function instead of mt_rand() because we don't need cryptographic security for the test, and mt_rand() will seed for us if it's unseeded. * Adds a cluster test that should retreive connections from the pool.