-
Notifications
You must be signed in to change notification settings - Fork 4
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
While using with PHP responses are not returned to be useful #8
Comments
Sorry for the delay response. Please download SSDB.php from https://github.com/ideawu/ssdb/tree/master/api/php this project is deprecated and will be closed soon! |
How to use:
|
Yes, you can. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed running composer require from packagist
Below is my code snippet :
require '../vendor/autoload.php';
$ssdb = new SSDB\Client('127.0.0.1', 8888);
echo $ssdb->qsize("MYQUEUE_12"). "\n";
echo $ssdb->get("TOTALSENT"). "\n";
and I am getting the response like
and I'm expecting like
If I'm not using it in correct way then let me know, or if there is a bug please fix that
The text was updated successfully, but these errors were encountered: