描述:
关闭restclient连接。
语法:
es_close(fd)
备注:
关闭restclient连接,释放资源
参数:
|
fd |
restclient对象 |
示例:
|
|
A |
|
|
1 |
=es_open("localhost:9200") |
连接ES server |
|
2 |
=es_close(A1) |
关闭连接 |