apoc.redis.zadd

过程 Apoc 扩展

apoc.redis.zadd(uri, keys, scoresAndMembers, {config}) | 执行 'ZADD key scoresAndMembers' 命令,其中 scoresAndMembers 是一个包含 score,member,score,member,…​ 的列表

签名

apoc.redis.zadd(uri :: STRING?, key :: ANY?, value :: LIST? OF ANY?, config = {} :: MAP?) :: (value :: INTEGER?)

输入参数

名称 类型 默认

uri

STRING?

null

键 (key)

ANY?

null

LIST? OF ANY?

null

config

MAP?

{}

输出参数

名称 类型

整数?

© . This site is unofficial and not affiliated with Neo4j, Inc.