Aerospike 查询语言操作命令
Aerospike query language operate command
我正在尝试 运行 aerospike 查询语言操作在 Operate on a record
给出的命令
aql> OPERATE INCR(mybin,1) ON
test.demo where PK = 'key1'
但是我得到以下错误
ERROR: 404: COMMAND NOT FOUND : OPERATE
我的客户端版本如下:
Aerospike Query Client Version 3.13.0.1 C Client Version 4.1.6
最终,我试图增加一个记录值。
确保您使用的是 Aerospike 工具 >= 3.15.0.3 . CDT operations and others were added in that release; see the release notes。
在 aql 提示符下键入帮助。这些是您可以使用的所有命令以及有关如何使用它们的示例。
$ aql
aql> help
我正在尝试 运行 aerospike 查询语言操作在 Operate on a record
给出的命令aql> OPERATE INCR(mybin,1) ON test.demo where PK = 'key1'
但是我得到以下错误
ERROR: 404: COMMAND NOT FOUND : OPERATE
我的客户端版本如下:
Aerospike Query Client Version 3.13.0.1 C Client Version 4.1.6
最终,我试图增加一个记录值。
确保您使用的是 Aerospike 工具 >= 3.15.0.3 . CDT operations and others were added in that release; see the release notes。
在 aql 提示符下键入帮助。这些是您可以使用的所有命令以及有关如何使用它们的示例。
$ aql
aql> help