apoc.redis.getSet

过程 Apoc 扩展

apoc.redis.getSet(uri, key, value, {config}) | 执行 'SET key value' 命令并返回之前存储的旧值(如果不存在则返回 null)

签名

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

输入参数

名称 类型 默认

uri

STRING?

null

键 (key)

ANY?

null

ANY?

null

config

MAP?

{}

输出参数

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