aerospike 5.8.0 → 5.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/aerospike-client-c.ini +1 -1
- package/aerospike-client-c.sha256 +1 -1
- package/binding.gyp +2 -0
- package/lib/binding/node-v108-darwin-arm64/aerospike.node +0 -0
- package/lib/binding/node-v108-darwin-x64/aerospike.node +0 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.command.1.tlog +3 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.read.1.tlog +1 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.write.1.tlog +3 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/aerospike-core-client.lastbuildstate +2 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/unsuccessfulbuild +0 -0
- package/lib/binding/node-v108-win32-x64/aerospike.dll +0 -0
- package/lib/binding/node-v108-win32-x64/aerospike.node +0 -0
- package/lib/binding/node-v108-win32-x64/event_core.dll +0 -0
- package/lib/binding/node-v108-win32-x64/getopt.dll +0 -0
- package/lib/binding/node-v108-win32-x64/libeay32.dll +0 -0
- package/lib/binding/node-v108-win32-x64/pthreadVC2.dll +0 -0
- package/lib/binding/node-v108-win32-x64/ssleay32.dll +0 -0
- package/lib/binding/node-v108-win32-x64/zlib.dll +0 -0
- package/lib/binding/node-v115-darwin-arm64/aerospike.node +0 -0
- package/lib/binding/node-v115-darwin-x64/aerospike.node +0 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.command.1.tlog +3 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.read.1.tlog +1 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.write.1.tlog +3 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/aerospike-core-client.lastbuildstate +2 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/unsuccessfulbuild +0 -0
- package/lib/binding/node-v115-win32-x64/aerospike.dll +0 -0
- package/lib/binding/node-v115-win32-x64/aerospike.node +0 -0
- package/lib/binding/node-v115-win32-x64/event_core.dll +0 -0
- package/lib/binding/node-v115-win32-x64/getopt.dll +0 -0
- package/lib/binding/node-v115-win32-x64/libeay32.dll +0 -0
- package/lib/binding/node-v115-win32-x64/pthreadVC2.dll +0 -0
- package/lib/binding/node-v115-win32-x64/ssleay32.dll +0 -0
- package/lib/binding/node-v115-win32-x64/zlib.dll +0 -0
- package/lib/binding/node-v120-darwin-arm64/aerospike.node +0 -0
- package/lib/binding/node-v120-darwin-x64/aerospike.node +0 -0
- package/lib/binding/node-v120-darwin-x64/node-v120-darwin-x64/aerospike.node +0 -0
- package/lib/binding/node-v120-win32-x64/aerospike.dll +0 -0
- package/lib/binding/node-v120-win32-x64/aerospike.node +0 -0
- package/lib/binding/node-v120-win32-x64/event_core.dll +0 -0
- package/lib/binding/node-v120-win32-x64/getopt.dll +0 -0
- package/lib/binding/node-v120-win32-x64/libeay32.dll +0 -0
- package/lib/binding/node-v120-win32-x64/pthreadVC2.dll +0 -0
- package/lib/binding/node-v120-win32-x64/ssleay32.dll +0 -0
- package/lib/binding/node-v120-win32-x64/zlib.dll +0 -0
- package/lib/binding/openssl@1/node-v108-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v108-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v115-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v115-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v120-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v120-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v108-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v108-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v115-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v115-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v120-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v120-linux-x64/aerospike.node +0 -0
- package/lib/client.js +368 -196
- package/lib/config.js +36 -0
- package/lib/exp.js +81 -1
- package/lib/exp_operations.js +7 -1
- package/lib/filter.js +4 -0
- package/lib/maps.js +51 -0
- package/package.json +3 -3
- package/scripts/build-package.ps1 +18 -0
- package/scripts/build-package.sh +1 -0
- package/scripts/prebuiltBinding.js +19 -3
- package/src/include/enums.h +3 -0
- package/src/main/aerospike.cc +2 -0
- package/src/main/async.cc +4 -11
- package/src/main/client.cc +1 -1
- package/src/main/commands/batch_apply.cc +4 -4
- package/src/main/commands/batch_exists.cc +4 -4
- package/src/main/commands/batch_get.cc +4 -4
- package/src/main/commands/batch_remove.cc +7 -4
- package/src/main/commands/batch_select.cc +5 -4
- package/src/main/config.cc +11 -1
- package/src/main/enums/exp_enum.cc +2 -0
- package/src/main/enums/exp_read_flags.cc +37 -0
- package/src/main/enums/exp_write_flags.cc +41 -0
- package/src/main/enums/index.cc +1 -0
- package/src/main/map_operations.cc +25 -2
- package/src/main/query.cc +18 -0
- package/src/main/util/conversions.cc +5 -1
- package/test/batch_remove.js +25 -0
- package/test/batch_write.js +22 -0
- package/test/config.js +4 -0
- package/test/exp.js +44 -3
- package/test/index.js +15 -0
- package/test/maps.js +43 -0
- package/test/query.js +71 -2
- package/test/util/options.js +2 -0
- package/typings/index.d.ts +97 -11
- package/scripts/build-package.sh-cclient-output.log +0 -377
package/README.md
CHANGED
|
@@ -14,12 +14,11 @@ The Aerospike Node.js client is a Node.js add-on module, written using V8.
|
|
|
14
14
|
The client is compatible with Node.js 20 (Upcoming LTS) and 18 (LTS).
|
|
15
15
|
It supports the following operating systems:
|
|
16
16
|
- RHEL 8/9
|
|
17
|
-
- Debian 10 (x86_64 architecture only)
|
|
18
17
|
- Debian 11
|
|
19
18
|
- Amazon Linux 2023
|
|
20
19
|
- Ubuntu 20.04/22.04 (Focal Fossa, Jammy Jellyfish)
|
|
21
20
|
- Many Linux distributions compatible with one of the above OS releases.
|
|
22
|
-
- macOS
|
|
21
|
+
- macOS 12/13/14
|
|
23
22
|
|
|
24
23
|
The client is compatible with arm64, aarch64, and x86_64 architectures.
|
|
25
24
|
|
|
@@ -72,7 +71,7 @@ record using the Aerospike database.
|
|
|
72
71
|
```js
|
|
73
72
|
const Aerospike = require('aerospike')
|
|
74
73
|
|
|
75
|
-
// INSERT HOSTNAME AND PORT NUMBER OF
|
|
74
|
+
// INSERT HOSTNAME AND PORT NUMBER OF AEROSPIKE SERVER NODE HERE!
|
|
76
75
|
const config = {
|
|
77
76
|
hosts: '192.168.33.10:3000',
|
|
78
77
|
}
|
package/aerospike-client-c.ini
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
BB7AEB63571E63FD6C9CD042DC1810743DF9C8F122C91EAFB705C2E08B87733A aerospike-client-c-dependencies.1.0.2.zip
|
package/binding.gyp
CHANGED
|
@@ -145,6 +145,8 @@
|
|
|
145
145
|
'src/main/enums/exp_enum.cc',
|
|
146
146
|
'src/main/enums/batch_type.cc',
|
|
147
147
|
'src/main/enums/privilege_code.cc',
|
|
148
|
+
'src/main/enums/exp_read_flags.cc',
|
|
149
|
+
'src/main/enums/exp_write_flags.cc',
|
|
148
150
|
'src/main/stats.cc',
|
|
149
151
|
'src/main/util/conversions.cc',
|
|
150
152
|
'src/main/util/conversions_batch.cc',
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
2
|
+
call call "pwsh" "../scripts/build-c-client.ps1" "-Configuration" "Release" "-NodeLibFile" "C:/Users/Administrator/AppData/Local/node-gyp/Cache/18.19.0/x64/node.lib"
|
|
3
|
+
if %errorlevel% neq 0 exit /b %errorlevel%
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
2
|
+
C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\AEROSPIKE-CLIENT-C-OUTPUT\INCLUDE\AEROSPIKE\AEROSPIKE.H
|
|
3
|
+
C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\AEROSPIKE-CLIENT-C-OUTPUT\LIB\AEROSPIKE.LIB
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
2
|
+
call call "pwsh" "../scripts/build-c-client.ps1" "-Configuration" "Release" "-NodeLibFile" "C:/Users/Administrator/AppData/Local/node-gyp/Cache/20.11.0/x64/node.lib"
|
|
3
|
+
if %errorlevel% neq 0 exit /b %errorlevel%
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
2
|
+
C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\AEROSPIKE-CLIENT-C-OUTPUT\INCLUDE\AEROSPIKE\AEROSPIKE.H
|
|
3
|
+
C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\AEROSPIKE-CLIENT-C-OUTPUT\LIB\AEROSPIKE.LIB
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|