RedisDatabase.lrange
RedisReply!T lrange(T = string)(string key, long start, long stop)Returns the specified elements of the list stored at key.
RedisReply!T lrange(T = string)(string key, long start, long stop)Returns the specified elements of the list stored at key.