apoc.redis.incrby

过程 Apoc 扩展

apoc.redis.incrby(uri, key, amount, {config}) | 执行 'INCRBY key increment' 命令

签名

apoc.redis.incrby(uri :: STRING?, key :: ANY?, amount :: INTEGER?, config = {} :: MAP?) :: (value :: INTEGER?)

输入参数

名称 类型 默认

uri

STRING?

null

键 (key)

ANY?

null

amount

整数?

null

config

MAP?

{}

输出参数

名称 类型

整数?

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