-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
PHP command for knowing what version of phpredis ? #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, You can use Nicolas |
At ten years old this is certainly the oldest thread I ever resurrected, my apologies. To whomever wanders in here from Google (like I did), the following will output an array of information on the server, including
More details here: Another way:
|
php -i | grep Redis |
Also you can do this
|
Is there a php command for finding out what version of phpredis is being used, so that I can check from within scripts?
The text was updated successfully, but these errors were encountered: