Skip to content

Commit 1749603

Browse files
committed
Update README.md
1 parent 480978b commit 1749603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Node tarantool driver for 1.6 support Node.js v.0.10+ and IO.js.
33

44
Based on https://github.com/mialinx/go-tarantool-1.6 and implements http://tarantool.org/doc/dev_guide/box-protocol.html, for more information you can read them or basic documentation at http://tarantool.org/doc/.
55

6-
For work with tarantool tuple i use node-msgpack(https://github.com/pgriess/node-msgpack) and array default transformation with this package.
6+
For work with tarantool tuple i use msgpack5(https://github.com/mcollina/msgpack5/) and array default transformation with this package.
77

88
If you have a problem with connection it will be destroyed. You can subscribe on TarantoolConnection.socket.on('close') for retrieve information about closing connection or you can process rejected errors for you requests.
99

0 commit comments

Comments
 (0)