Query.execute 不是函数
Query.execute is not a function
当我尝试使用 query.execute() 执行查询时,它显示它不是一个函数。我已经尝试过了,它在过去 3 个月之前就开始工作了。它是否已从新的 aerospike 节点客户端更新中删除?
如果是,那么还有其他选择。我可以过滤没有二级索引的查询吗?
使用Query#foreach
. Query#execute
was marked deprecated in the v2.0 client release and has been removed in v3.0. Please refer to the full list of API changes in v3.
当我尝试使用 query.execute() 执行查询时,它显示它不是一个函数。我已经尝试过了,它在过去 3 个月之前就开始工作了。它是否已从新的 aerospike 节点客户端更新中删除?
如果是,那么还有其他选择。我可以过滤没有二级索引的查询吗?
使用Query#foreach
. Query#execute
was marked deprecated in the v2.0 client release and has been removed in v3.0. Please refer to the full list of API changes in v3.