apoc.redis.pop

过程 Apoc 扩展

apoc.redis.pop(uri, key, {config}) | 执行 'LPOP key' 命令,如果 config right=true(默认)则执行 'RPOP'

签名

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

输入参数

名称 类型 默认

uri

STRING?

null

键 (key)

ANY?

null

config

MAP?

{}

输出参数

名称 类型

ANY?

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