Skip to content

Linq ToList() unable to retrieve more than 10,000 items? #517

@GorgonSlayer

Description

@GorgonSlayer

So I am attempting to pull more than 10,000 items into a list after loading them into a cache. Currently, Linq is unable to pull more than 10k items.

Processing Method

IRedisCollection<AmtxDetail> rawDetailCache = redisConnectionProvider.RedisCollection<AmtxDetail>();
IList<AmtxDetail> details = await rawDetailCache.ToListAsync();

What am I missing here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions