apoc.redis.lrange

过程 Apoc 扩展

apoc.redis.lrange(uri, key, start, stop, {config}) | 执行 'LRANGE key start stop' 命令

签名

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

输入参数

名称 类型 默认

uri

STRING?

null

键 (key)

ANY?

null

开始

整数?

null

stop

整数?

null

config

MAP?

{}

输出参数

名称 类型

LIST? OF ANY?

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