Delete documentation entry for net.box console #2459
Labels
deprecation
[nature] Deprecated functionality
netbox
[area] Related to net.box
reference
[location] Tarantool manual, Reference part
Product: Tarantool
Since: 2.10.0-beta2
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/net_box/#overview
SME: @ locker
Peer reviewer: @
Details
net.box console support, which was deprecated in 1.10, was dropped.
Now, one has to use
require('console').connect(host, port)
insteadof
require('net.box').connect(host, port, {console = true})
.Also check all the mentions of
require('net.box').connect(host, port, {console = true})
in the documentation.Requested by @locker in tarantool/tarantool@6883784.
The text was updated successfully, but these errors were encountered: