We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d36265 commit a99dacdCopy full SHA for a99dacd
doc/reference/reference_lua/box_info/listen.rst
@@ -11,11 +11,12 @@ box.info.listen
11
Since: :doc:`2.4.1 </release/2.4.1>`
12
13
A real address to which an instance is bound.
14
+ If multiple URIs are configured, returns an array of strings.
15
If an instance does not listen to anything, ``box.info.listen`` is ``nil``.
16
17
To learn how to configure URIs used to listen for incoming requests, see :ref:`iproto.listen <configuration_reference_iproto_listen>`.
18
- :rtype: string
19
+ :rtype: string | string[]
20
21
**Example**
22
0 commit comments