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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Node tarantool driver for 1.6 support Node.js v.0.12+ and IO.js.
6
6
7
7
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/.
8
8
9
-
For work with tarantool tuple i use msgpack5(https://github.com/mcollina/msgpack5/) and array default transformation with this package.
9
+
For work with tarantool tuple i use msgpack-lite and array default transformation with this package.
10
10
11
11
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.
12
12
@@ -38,7 +38,7 @@ conn.connect()
38
38
39
39
##Msgpack implentation
40
40
41
-
You can yse any implementation that can be duck typing with next interface:
41
+
You can use any implementation that can be duck typing with next interface:
0 commit comments