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 37c290c commit a98827eCopy full SHA for a98827e
lib/connection.js
@@ -33,10 +33,7 @@ var requestId = {
33
34
var defaultOptions = {
35
host: 'localhost',
36
- port: '3301',
37
- username: null,
38
- password: null,
39
- timeout: 5000
+ port: '3301'
40
};
41
42
function TarantoolConnection (options){
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tarantool-driver",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Tarantool driver for 1.6",
5
"main": "index.js",
6
"scripts": {
0 commit comments