box.info.listen | Tarantool

box.info.listen

box.info.listen

Since: 2.4.1

A real address to which an instance is bound. If multiple URIs are configured, returns an array of strings. If an instance does not listen to anything, box.info.listen is nil.

To learn how to configure URIs used to listen for incoming requests, see iproto.listen.

Rtype:string | string[]

Example

sharded_cluster_crud:storage-a-002> box.info.listen
---
- 127.0.0.1:3303
...
Found what you were looking for?
Feedback