如何在 redisgraph 中使用密码查询获取在标签上创建的所有索引

How to get all the indexes created on a label using cypher query in redisgraph

如何在redisgraph中使用cypher查询获取标签上创建的所有索引。

我尝试了以下命令,但它返回了错误消息。

CALL db.indexes();

错误:程序 db.indexes 未注册

目前该过程尚未实施,因此您无法查询哪些索引已经存在,但尝试创建一个已经存在的索引没有坏处。请随时在我们的 github 存储库上提出问题,要求提供此功能。