Skip to content

keys/scan redis commands shouldn't be used #90

Description

@stefanoparkopedia

I've upgraded to Laravel 8 and the performance was poor; digging into it I found out that $registry->getMetricFamilySamples(), when using the Redis adapter, uses the keys Redis command that's a performance killer (redis is single-threaded).

$keys = $this->redis->keys($summaryKey . ':*:meta');

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