-
Notifications
You must be signed in to change notification settings - Fork 143
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
unknown command type 'Q' (parser.c:155) #133
Comments
Thanks for reporting this. |
php客户端是单线程短连接,会一直打印这个错误,由于是短连接,应该是socket关闭时的 |
@pinguo-niulingyun 请问可以稳定复现吗? 求复现方法 (php版本, phpredis版本, 相关代码). In case someone also has the same problem, it would be great if you can provide the way to reproduce it. |
@pinguo-niulingyun Yeah, the problem exists in function "redis_sock_disconnect", something like this: `PHPAPI int redis_sock_disconnect(RedisSock *redis_sock TSRMLS_DC)
The original string is simply "QUIT" which is not obey the text protocol. |
phpredis
The text was updated successfully, but these errors were encountered: