python命令行连接redis疑问
高洛峰
高洛峰 2017-04-18 09:30:58
0
1
395

如图,打开python交互式命令行,发起一个redis请求,命令行进程的文件描述符列表里就有一个【闪红】的socket连接,这是表示socket无效的意思吗?为什么会这样呢?

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(1)
黄舟

This link is used to return the socket with ID number 197539023 to the system. Although the resource of this socket exists, it does not appear in the file system. You cannot access it through the usual link method, so it is marked as broken.

You can view more information through lsof | grep 197539023.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template