You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Node tarantool driver for 1.6 support Node.js v.0.10+ and IO.js.
3
3
4
4
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/.
5
5
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.
7
7
8
8
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.
0 commit comments